Skip to content

Commit

Permalink
build: use cargo-git instead of git-submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
itsusinn committed Oct 30, 2021
1 parent 42eeff6 commit 4c66059
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sled = "0.34.7"

# mesagisto
nats = "0.15.2"
mesagisto-client = { path = "libs/mesagisto-client" }
mesagisto-client = { git = "https://github.com/MeowCat-Studio/mesagisto-client-rs.git", rev = "472387" }
automatic-config = { git = "https://github.com/Itsusinn/automatic-config-rs.git" }
singleton = { git = "https://github.com/Itsusinn/singleton-rs.git", rev = "bee321c" }
# singleton = { path = "/home/itsusinn/Workspace/Code/singleton-rs" }
Expand Down
1 change: 0 additions & 1 deletion libs/mesagisto-client
Submodule mesagisto-client deleted from ebe1b4

0 comments on commit 4c66059

Please sign in to comment.