crypto: Depend on `git-ref-format-core` only
3 failed
(3 total)
View logs
modified Cargo.lock
@@ -2896,10 +2896,10 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified Cargo.toml
@@ -28,6 +28,7 @@ crossbeam-channel = "0.5.6"
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-cob/Cargo.toml
@@ -35,5 +35,5 @@ thiserror = { workspace = true }
|
|
|
|
|
|
| - | |
| - | |
|
|
| + | |
| + | |
modified crates/radicle-crypto/Cargo.toml
@@ -23,7 +23,7 @@ ec25519 = "0.1.0"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/lib.rs
@@ -353,20 +353,20 @@ impl PublicKey {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -406,10 +406,10 @@ impl Deref for PublicKey {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/Cargo.toml
@@ -33,7 +33,7 @@ multibase = { workspace = true }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|