update golgi dependency path
This commit is contained in:
parent
b7cf3c1aab
commit
5a07eda910
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user