From 0334064f525c0fc43948cbc63ee7fc4727391157 Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Wed, 25 Jan 2023 17:51:15 +0100 Subject: [PATCH] Update `netservices` dependency --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82b4c4d0..4626ed4b 100644 --- a/Cargo.lock +++ b/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", diff --git a/Cargo.toml b/Cargo.toml index 35bbdccd..97745daf 100644 --- a/Cargo.toml +++ b/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]