From 5a07eda910e42235e16c35d8ffd052937c9ff48c Mon Sep 17 00:00:00 2001 From: glyph Date: Sun, 13 Mar 2022 11:12:12 +0200 Subject: [PATCH] update golgi dependency path --- Cargo.lock | 2 ++ peach-lib/Cargo.toml | 3 +-- peach-web/Cargo.toml | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 084f32d..a20d689 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1393,6 +1393,7 @@ dependencies = [ [[package]] name = "golgi" version = "0.1.1" +source = "git+https://git.coopcloud.tech/golgi-ssb/golgi.git#77dd75bcd4649b7487069a61e2a8069b49f60a1d" dependencies = [ "async-std", "async-stream 0.3.2", @@ -2068,6 +2069,7 @@ dependencies = [ [[package]] name = "kuska-ssb" version = "0.4.0" +source = "git+https://github.com/Kuska-ssb/ssb#fb7062de606e7c9cae8dd4df402a122db46c1b77" dependencies = [ "async-std", "async-stream 0.2.1", diff --git a/peach-lib/Cargo.toml b/peach-lib/Cargo.toml index fc51192..16ae551 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.git" } jsonrpc-client-core = "0.5" jsonrpc-client-http = "0.5" jsonrpc-core = "8.0.1" diff --git a/peach-web/Cargo.toml b/peach-web/Cargo.toml index 4e29dbd..cfa6d45 100644 --- a/peach-web/Cargo.toml +++ b/peach-web/Cargo.toml @@ -38,8 +38,7 @@ maintenance = { status = "actively-developed" } base64 = "0.13.0" dirs = "4.0.0" env_logger = "0.8" -#golgi = "0.1.0" -golgi = { path = "/home/glyph/Projects/playground/rust/golgi" } +golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi.git" } lazy_static = "1.4.0" log = "0.4" nest = "1.0.0"