Skip to content

Commit 7ff2469

Browse files
authored
Merge pull request #28 from arceos-hypervisor/next
chore: update package version and dependencies in Cargo.toml
2 parents 8e40f19 + da62726 commit 7ff2469

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,20 @@ spin = "0.9"
2323
axerrno = "0.1.0"
2424
memory_addr = "0.4"
2525

26-
axvmconfig = { version = "0.1", default-features = false }
27-
axaddrspace = "0.1"
28-
axdevice_base = "0.1"
26+
axvmconfig = { version = "0.2", default-features = false }
27+
axaddrspace = "0.1.4"
28+
axdevice_base = "0.2.1"
2929
range-alloc-arceos = "0.1.4-pre.1"
3030

3131
[target.'cfg(target_arch = "aarch64")'.dependencies]
32-
arm_vgic = { version = "0.1", features = ["vgicv3"] }
32+
arm_vgic = { version = "0.2.1", features = ["vgicv3"] }
3333

3434
[target.'cfg(target_arch = "riscv64")'.dependencies]
35-
riscv_vplic = { git = "https://github.com/arceos-hypervisor/riscv_vplic.git", rev = "8bc5213" }
35+
riscv_vplic = "0.2.1"
3636

3737
[dev-dependencies]
38-
axdevice_base = "0.1"
39-
axaddrspace = "0.1"
38+
axdevice_base = "0.2.1"
39+
axaddrspace = "0.1.4"
4040
memory_addr = "0.4"
4141
axerrno = "0.1"
42-
axvmconfig = "0.1"
43-
44-
[patch.crates-io]
45-
axvmconfig = { git = "https://github.com/arceos-hypervisor/axvmconfig.git", branch = "next" }
42+
axvmconfig = "0.2"

0 commit comments

Comments
 (0)