From 9f0aabfb616a582e8d99deec8a9223ecceacae74 Mon Sep 17 00:00:00 2001 From: itsusinn Date: Mon, 7 Feb 2022 01:53:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E6=97=A7=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=90=88=E5=B9=B6=E5=88=B0=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"