Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update `netservices` dependency
Alexis Sellier committed 3 years ago
commit 0334064f525c0fc43948cbc63ee7fc4727391157
parent 0a9bb23e4e0e8586156d289042665e6f52d174af
2 files changed +2 -2
modified Cargo.lock
@@ -1654,7 +1654,7 @@ dependencies = [
[[package]]
name = "netservices"
version = "0.1.0"
-
source = "git+https://github.com/cyphernet-dao/rust-netservices#ddc1fdfec6ce4ec7f94efb0efefc6cd79048686f"
+
source = "git+https://github.com/radicle-dev/rust-netservices#485a81c49adb4ced02aad7df7c9a70cd13d66df2"
dependencies = [
 "amplify",
 "cyphernet",
modified Cargo.toml
@@ -29,7 +29,7 @@ debug = true
incremental = false

[patch.crates-io.netservices]
-
git = "https://github.com/cyphernet-dao/rust-netservices"
+
git = "https://github.com/radicle-dev/rust-netservices"
version = "0.1.0"

[patch.crates-io.radicle-git-ext]