crypto: Depend on `git-ref-format-core` only
The git-ref-format-core crate is enough to implement everything
required by radicle-crypto, and has a much smaller dependency
footprint than radicle-git-ext. Notably, it does not depend on
git2 and also does not depend on procedural macros.
6 files changed
+18
-17
ac572e64
→
b25d80d2
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 }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|