Skip to content

Commit 312ef08

Browse files
committed
将 x86_vcpu 依赖项从 Git 仓库链接更新为具体版本 "0.1"
1 parent 830bc2c commit 312ef08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ axdevice_base = "0.1"
2929
axvmconfig = { version = "0.1", default-features = false }
3030

3131
[target.'cfg(target_arch = "x86_64")'.dependencies]
32-
x86_vcpu = { git = "https://github.com/arceos-hypervisor/x86_vcpu.git" }
32+
x86_vcpu = "0.1"
3333

3434
[target.'cfg(target_arch = "riscv64")'.dependencies]
3535
riscv_vcpu = { git = "https://github.com/arceos-hypervisor/riscv_vcpu.git" }

0 commit comments

Comments
 (0)