From 5e4e79fbf4514b9947017ba737af19be67ad652e Mon Sep 17 00:00:00 2001 From: librelois Date: Sat, 8 May 2021 16:51:17 +0200 Subject: [PATCH] build: fix core patch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd36278..6cbc7be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,6 +50,6 @@ members = [ "indexer", ] -[patch.crates-io] +[patch.'https://git.duniter.org/nodes/rust/duniter-core'] #duniter-core = { path = "../duniter-core" }