radicle: depend on radicle-git published crates
modified Cargo.lock
@@ -336,7 +336,8 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -345,7 +346,8 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -354,7 +356,8 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -377,16 +380,14 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -506,33 +507,17 @@ checksum = "329c933548736bc49fd575ee68c89e8be4d260064184389a5b77517cddd99ffb"
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
|
|
| - | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -661,25 +646,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -802,7 +768,8 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -854,7 +821,8 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -1,14 +1,6 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle/Cargo.toml
@@ -17,7 +17,6 @@ crossbeam-channel = { version = "0.5.6" }
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -34,6 +33,11 @@ tempfile = { version = "3.3.0" }
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/git.rs
@@ -72,7 +72,7 @@ pub mod refs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -112,7 +112,7 @@ pub mod refs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -134,7 +134,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -417,7 +417,7 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/refs.rs
@@ -297,7 +297,7 @@ impl SignedRefs<Verified> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|