crypto: Fix scope of `ssh-key` dependency
radicle-crypto is the only crate that actually depends on ssh-key. I
overlooked that previously and added it as a workspace dependency. Now I
am limiting its scope again.
2 files changed
+1
-2
0e3f3f03
→
271ef497
modified Cargo.toml
@@ -59,7 +59,6 @@ shlex = "1.1.0"
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle-crypto/Cargo.toml
@@ -28,7 +28,7 @@ radicle-ssh = { workspace = true, optional = true }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|