diff --git a/kernel-hal-bare/Cargo.toml b/kernel-hal-bare/Cargo.toml index 4f3cf889b..5263f96e0 100644 --- a/kernel-hal-bare/Cargo.toml +++ b/kernel-hal-bare/Cargo.toml @@ -13,7 +13,7 @@ spin = "0.5" executor = { git = "https://github.com/PanQL/executor.git", rev="c86db90" } trapframe = "0.2.0" kernel-hal = { path = "../kernel-hal" } -naive-timer= { git = "https://github.com/rcore-os/naive-timer.git", rev="cd44f4c" } +naive-timer = { git = "https://github.com/rcore-os/naive-timer.git", rev="d0cfe04" } lazy_static = { version = "1.4", features = ["spin_no_std" ] } [target.'cfg(target_arch = "x86_64")'.dependencies]