mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
Rename the path of dependent crates
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
632b1937c5
commit
7b7e3c4b7a
@ -8,7 +8,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
aster-frame = { path = "../../../framework/aster-frame" }
|
||||
align_ext = { path = "../../../framework/libs/align_ext" }
|
||||
pod = { git = "https://github.com/jinzhao-dev/pod", rev = "d7dba56" }
|
||||
pod = { git = "https://github.com/asterinas/pod", rev = "d7dba56" }
|
||||
aster-input = { path = "../../comps/input" }
|
||||
aster-block = { path = "../../comps/block" }
|
||||
aster-network = { path = "../../comps/network" }
|
||||
@ -52,7 +52,7 @@ bitflags = "1.3"
|
||||
ringbuf = { version = "0.3.2", default-features = false, features = ["alloc"] }
|
||||
keyable-arc = { path = "../keyable-arc" }
|
||||
# unzip initramfs
|
||||
libflate = { git = "https://github.com/jinzhao-dev/libflate", rev = "b781da6", features = [
|
||||
libflate = { git = "https://github.com/asterinas/libflate", rev = "b781da6", features = [
|
||||
"no_std",
|
||||
] }
|
||||
core2 = { version = "0.4", default_features = false, features = ["alloc"] }
|
||||
|
Reference in New Issue
Block a user