Skip to content

Commit

Permalink
feat: 支持旧配置合并到新配置
Browse files Browse the repository at this point in the history
  • Loading branch information
itsusinn committed Feb 6, 2022
1 parent 104d516 commit 9f0aabf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9f0aabf

Please sign in to comment.