mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 05:16:47 +00:00
Fix the usage of underscores in Cargo manifest keys
This commit is contained in:
parent
0515a8dc9a
commit
cda8ffa7da
@ -54,7 +54,7 @@ ringbuf = { version = "0.3.2", default-features = false, features = ["alloc"] }
|
|||||||
keyable-arc = { path = "../libs/keyable-arc" }
|
keyable-arc = { path = "../libs/keyable-arc" }
|
||||||
# unzip initramfs
|
# unzip initramfs
|
||||||
libflate = { version ="2", default-features = false }
|
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"
|
lending-iterator = "0.1.7"
|
||||||
spin = "0.9.4"
|
spin = "0.9.4"
|
||||||
vte = "0.10"
|
vte = "0.10"
|
||||||
|
@ -19,4 +19,4 @@ log = "0.4"
|
|||||||
pod = { git = "https://github.com/asterinas/pod", rev = "d7dba56" }
|
pod = { git = "https://github.com/asterinas/pod", rev = "d7dba56" }
|
||||||
ringbuf = { version = "0.3.2", default-features = false, features = ["alloc"] }
|
ringbuf = { version = "0.3.2", default-features = false, features = ["alloc"] }
|
||||||
smoltcp = { version = "0.9.1", default-features = false, features = ["alloc", "log", "medium-ethernet", "medium-ip", "proto-dhcpv4", "proto-ipv4", "proto-igmp", "socket-icmp", "socket-udp", "socket-tcp", "socket-raw", "socket-dhcpv4"] }
|
smoltcp = { version = "0.9.1", default-features = false, features = ["alloc", "log", "medium-ethernet", "medium-ip", "proto-dhcpv4", "proto-ipv4", "proto-igmp", "socket-icmp", "socket-udp", "socket-tcp", "socket-raw", "socket-dhcpv4"] }
|
||||||
spin = "0.9.4"
|
spin = "0.9.4"
|
||||||
|
@ -13,4 +13,5 @@ aster-rights-proc = { path = "../aster-rights-proc" }
|
|||||||
aster-rights = { path = "../aster-rights" }
|
aster-rights = { path = "../aster-rights" }
|
||||||
inherit-methods-macro = { git = "https://github.com/asterinas/inherit-methods-macro", rev = "98f7e3e" }
|
inherit-methods-macro = { git = "https://github.com/asterinas/inherit-methods-macro", rev = "98f7e3e" }
|
||||||
ktest = { path = "../../../framework/libs/ktest" }
|
ktest = { path = "../../../framework/libs/ktest" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -7,5 +7,5 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
|
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"
|
lending-iterator = "0.1.7"
|
Loading…
x
Reference in New Issue
Block a user