diff --git a/Cargo.toml b/Cargo.toml index e309bd4..873129f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,8 @@ sled = "0.34.7" nats = "0.17.0" mesagisto-client = { rev = "414e33", git = "https://github.com/MeowCat-Studio/mesagisto-client-rs.git"} # mesagisto-client = { path = "../../mesagisto-client/rust" } -automatic-config = { git = "https://github.com/Itsusinn/automatic-config-rs.git" } +automatic-config = { rev = "688afad", git = "https://github.com/Itsusinn/automatic-config-rs.git" } +# automatic-config = { path = "/code/automatic-config-rs" } singleton = { git = "https://github.com/Itsusinn/singleton-rs.git", rev = "bee321c" } # singleton = { path = "/home/itsusinn/Workspace/Code/singleton-rs" } either = "1.6.1"