modified Cargo.lock
@@ -1023,30 +1023,10 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1061,21 +1041,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2099,7 +2067,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2158,7 +2126,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2196,7 +2164,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2215,7 +2183,7 @@ name = "radicle-git-ext"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2261,7 +2229,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2313,7 +2281,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2329,7 +2297,7 @@ name = "radicle-tools"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -39,3 +39,7 @@ version = "0.1.0"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
modified radicle-cob/src/object.rs
@@ -91,7 +91,7 @@ impl From<&ObjectId> for Component<'_> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/type_name.rs
@@ -64,7 +64,7 @@ impl From<&TypeName> for Component<'_> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crypto/src/lib.rs
@@ -354,7 +354,7 @@ impl<'a> From<&PublicKey> for git_ref_format::Component<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/identity/project/id.rs
@@ -120,6 +120,6 @@ impl From<&Id> for Component<'_> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified radicle/src/rad.rs
@@ -346,7 +346,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|