From 9b4417e29a3e25bd1b35ea27d8f01394da948c06 Mon Sep 17 00:00:00 2001 From: jiangjianfeng Date: Tue, 29 Apr 2025 03:35:56 +0000 Subject: [PATCH] Pin the unwinding crate version to 0.2.5 --- ostd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostd/Cargo.toml b/ostd/Cargo.toml index 8b9b286c..aa1dfffc 100644 --- a/ostd/Cargo.toml +++ b/ostd/Cargo.toml @@ -35,7 +35,7 @@ ostd-test = { version = "0.14.1", path = "libs/ostd-test" } ostd-pod = { git = "https://github.com/asterinas/ostd-pod", rev = "c4644be", version = "0.1.1" } spin = "0.9.4" smallvec = "1.13.2" -unwinding = { version = "0.2.5", 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" }