Update git deps

This commit is contained in:
Aode (lion) 2022-02-15 12:27:17 -06:00
parent 6eb7cc35cb
commit 5980ea1b22
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -5,7 +5,7 @@ version = 3
[[package]]
name = "async-join"
version = "0.1.0"
source = "git+https://git.asonix.dog/asonix/async-join#67c7725dba6c44261e8ee581aef090276d88cbc2"
source = "git+https://git.asonix.dog/safe-async/async-join#67c7725dba6c44261e8ee581aef090276d88cbc2"
[[package]]
name = "bitflags"
@ -70,7 +70,7 @@ checksum = "5bdc16c6ce4c85d9b46b4e66f2a814be5b3f034dbd5131c268a24ca26d970db8"
[[package]]
name = "polldance"
version = "0.1.0"
source = "git+https://git.asonix.dog/asonix/polldance#b17e24103b3ca66deeb86a3aa9aa55c0583c0dd2"
source = "git+https://git.asonix.dog/safe-async/polldance#b17e24103b3ca66deeb86a3aa9aa55c0583c0dd2"
dependencies = [
"rustix",
]

View file

@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
polldance = { git = "https://git.asonix.dog/asonix/polldance" }
polldance = { git = "https://git.asonix.dog/safe-async/polldance" }
rustix = "0.33.2"
[dev-dependencies]
async-join = { git = "https://git.asonix.dog/asonix/async-join" }
async-join = { git = "https://git.asonix.dog/safe-async/async-join" }