diff --git a/Cargo.lock b/Cargo.lock index 76080e4..6a22bff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/peach-config/Cargo.toml b/peach-config/Cargo.toml index fca5f35..ee34f61 100644 --- a/peach-config/Cargo.toml +++ b/peach-config/Cargo.toml @@ -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"