update golgi dependency path

This commit is contained in:
glyph 2022-03-13 11:12:12 +02:00
parent b7cf3c1aab
commit 5a07eda910
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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"

View File

@ -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"