diff --git a/Cargo.lock b/Cargo.lock index dea7fe3b..e03a17af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1886,9 +1886,9 @@ dependencies = [ [[package]] name = "unwinding" -version = "0.2.3" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "637d511437df708cee34bdec7ba2f1548d256b7acf3ff20e0a1c559f9bf3a987" +checksum = "51f06a05848f650946acef3bf525fe96612226b61f74ae23ffa4e98bfbb8ab3c" dependencies = [ "gimli 0.31.1", ] diff --git a/ostd/Cargo.toml b/ostd/Cargo.toml index ea49f074..eab04675 100644 --- a/ostd/Cargo.toml +++ b/ostd/Cargo.toml @@ -37,8 +37,7 @@ ostd-pod = { git = "https://github.com/asterinas/ostd-pod", rev = "c4644be", ver spin = "0.9.4" smallvec = "1.13.2" static_assertions = "1.1.0" -# The version is pinned to "0.2.3" due to a compilation error with version "0.2.5". Unpin it once the issue is resolved. -unwinding = { version = "=0.2.3", default-features = false, features = ["fde-gnu-eh-frame-hdr", "hide-trace", "panic", "personality", "unwinder"] } +unwinding = { version = "0.2.5", default-features = false, features = ["fde-gnu-eh-frame-hdr", "hide-trace", "panic", "personality", "unwinder"] } volatile = "0.6.1" xarray = { git = "https://github.com/asterinas/xarray", version = "0.1.0" } diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 644ac1a8..c547ce44 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ # One should also update osdk/src/commands/new/rust-toolchain.toml.template # when updating this [toolchain] -channel = "nightly-2024-11-29" +channel = "nightly-2025-02-01" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] targets = ["x86_64-unknown-none"] \ No newline at end of file