mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 17:33:23 +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
@ -7,5 +7,5 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
|
||||
core2 = { version = "0.4", default_features = false, features = ["alloc"] }
|
||||
core2 = { version = "0.4", default-features = false, features = ["alloc"] }
|
||||
lending-iterator = "0.1.7"
|
Reference in New Issue
Block a user