mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 02:43:24 +00:00
Fix the usage of underscores in Cargo manifest keys
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
0515a8dc9a
commit
cda8ffa7da
@ -54,7 +54,7 @@ ringbuf = { version = "0.3.2", default-features = false, features = ["alloc"] }
|
||||
keyable-arc = { path = "../libs/keyable-arc" }
|
||||
# unzip initramfs
|
||||
libflate = { version ="2", default-features = false }
|
||||
core2 = { version = "0.4", default_features = false, features = ["alloc"] }
|
||||
core2 = { version = "0.4", default-features = false, features = ["alloc"] }
|
||||
lending-iterator = "0.1.7"
|
||||
spin = "0.9.4"
|
||||
vte = "0.10"
|
||||
|
Reference in New Issue
Block a user