Update deps to use git
This commit is contained in:
parent
6759a80b26
commit
cb4c607a4a
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -13,7 +13,9 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "e"
|
name = "e"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
|
source = "git+https://git.soup.land/soup/e.git#794ca703d68115eb8198a272ec9eef51c6ec9d49"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stilts"
|
name = "stilts"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://git.soup.land/soup/stilts.git#3c4aeef1cc179135155fc4292dd7282c64a30ca2"
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
stilts = { path = "../stilts/" }
|
stilts = { git = "https://git.soup.land/soup/stilts.git" }
|
||||||
e = { path = "../e" }
|
e = { git = "https://git.soup.land/soup/e.git" }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue