Fix golgi import
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
notplants 2022-07-07 10:49:49 +02:00
parent bdac23092a
commit 58bf306d3b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2224,7 +2224,7 @@ dependencies = [
"async-std",
"clap",
"env_logger 0.6.2",
"golgi 0.1.5",
"golgi 0.1.4",
"lazy_static",
"log 0.4.17",
"peach-lib",

View File

@ -37,5 +37,5 @@ log = "0.4"
lazy_static = "1.4.0"
peach-lib = { path = "../peach-lib" }
rpassword = "5.0"
golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi.git", branch = "dev" }
golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi.git" }
async-std = "1.10.0"