Update `netservices` dependency

This commit is contained in:
Alexis Sellier 2023-01-25 17:51:15 +01:00
parent 0a9bb23e4e
commit 0334064f52
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1654,7 +1654,7 @@ dependencies = [
[[package]] [[package]]
name = "netservices" name = "netservices"
version = "0.1.0" 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 = [ dependencies = [
"amplify", "amplify",
"cyphernet", "cyphernet",

View File

@ -29,7 +29,7 @@ debug = true
incremental = false incremental = false
[patch.crates-io.netservices] [patch.crates-io.netservices]
git = "https://github.com/cyphernet-dao/rust-netservices" git = "https://github.com/radicle-dev/rust-netservices"
version = "0.1.0" version = "0.1.0"
[patch.crates-io.radicle-git-ext] [patch.crates-io.radicle-git-ext]