diff --git a/Cargo.toml b/Cargo.toml index c78d47c..6b19856 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,11 +28,11 @@ page_table_entry = "0.5" memory_addr = "0.4" crate_interface = "0.1" -axaddrspace = "0.1.0" -axvcpu = "0.1.0" -x86_vlapic = "0.1.0" -axdevice_base = "0.1.0" -axvisor_api = "0.1.0" +axaddrspace = "0.1" +axvcpu = "0.1" +x86_vlapic = "0.1" +axdevice_base = "0.1" +axvisor_api = "0.1" spin = { version = "0.9", default-features = false }