Downgrade intrusive-collections to 0.9.5

This commit is contained in:
Jianfeng Jiang
2024-03-27 03:17:07 +00:00
committed by Tate, Hongliang Tian
parent c8ec4bb8ba
commit d39036579b
2 changed files with 7 additions and 5 deletions

View File

@ -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"