mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 02:13:24 +00:00
Downgrade intrusive-collections to 0.9.5
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
c8ec4bb8ba
commit
d39036579b
@ -17,7 +17,9 @@ cfg-if = "1.0"
|
||||
gimli = { version = "0.28", default-features = false, features = ["read-core"] }
|
||||
inherit-methods-macro = { git = "https://github.com/asterinas/inherit-methods-macro", rev = "98f7e3e" }
|
||||
int-to-c-enum = { path = "../../kernel/libs/int-to-c-enum" }
|
||||
intrusive-collections = "0.9.5"
|
||||
# instrusive-collections of version 0.9.6 fails to compile with current rust toolchain,
|
||||
# So we set a fixed version 0.9.5 for this crate
|
||||
intrusive-collections = "=0.9.5"
|
||||
ktest = { path = "../libs/ktest" }
|
||||
lazy_static = { version = "1.0", features = ["spin_no_std"] }
|
||||
log = "0.4"
|
||||
|
Reference in New Issue
Block a user