From 4a94f14dc5a67214f2b352b23b2ec4ab63cd4180 Mon Sep 17 00:00:00 2001 From: glyph Date: Wed, 23 Mar 2022 14:59:33 +0200 Subject: [PATCH] update golgi dependency to use git path --- peach-lib/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/peach-lib/Cargo.toml b/peach-lib/Cargo.toml index fc51192..9b08559 100644 --- a/peach-lib/Cargo.toml +++ b/peach-lib/Cargo.toml @@ -9,8 +9,7 @@ async-std = "1.10.0" chrono = "0.4.19" dirs = "4.0" fslock="0.1.6" -#golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi" } -golgi = { path = "../../../playground/rust/golgi" } +golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi" } jsonrpc-client-core = "0.5" jsonrpc-client-http = "0.5" jsonrpc-core = "8.0.1"