diff --git a/arch/x86_64/Cargo.toml b/arch/x86_64/Cargo.toml index 8e52949e..16e4f8d8 100644 --- a/arch/x86_64/Cargo.toml +++ b/arch/x86_64/Cargo.toml @@ -24,7 +24,7 @@ novuskinc = { git = "https://github.com/new-kernel/novuskinc/", features = ["v3" #novusk_syscalls = "0.2.0" #pic8259 = "0.10.2" # printk = { path = "../../kernel/printk/" } -volatile = "0.2.6" +volatile = "0.4.6" raw-cpuid = "10.4.0" #setup = { path = "../../kernel/setup/" } spin = { version = "0.9.2", features = ["spin_mutex"] }