forked from AbleOS/ableos
Bump hashbrown, switch to my toml fork
This commit is contained in:
parent
1ca1594f66
commit
a480d93276
|
@ -1,5 +1,4 @@
|
|||
[workspace]
|
||||
|
||||
members = [
|
||||
"ableos",
|
||||
"asl",
|
||||
|
|
|
@ -69,7 +69,6 @@ pc-keyboard = "0.5"
|
|||
version = "0.4.17"
|
||||
default-features = false
|
||||
|
||||
|
||||
[dependencies.logos]
|
||||
version = "0.12"
|
||||
default-features = false
|
||||
|
@ -88,7 +87,7 @@ default-features = false
|
|||
features = ["derive", "alloc"]
|
||||
|
||||
[dependencies.hashbrown]
|
||||
version = "0.7"
|
||||
version = "0.12"
|
||||
default-features = false
|
||||
features = ["inline-more"]
|
||||
|
||||
|
@ -109,7 +108,7 @@ git = "https://git.ablecorp.us:443/able/y-compositor-protocol.git"
|
|||
path = "../ext2-rs"
|
||||
|
||||
[dependencies.toml]
|
||||
git = "https://github.com/diondokter/toml-rs"
|
||||
git = "https://git.ablecorp.us:443/theoddgarlic/toml-rs"
|
||||
# version = "0.5.8"
|
||||
default-features = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue