Skip to content

Commit 2a533df

Browse files
committed
Cargo.lock: add unwinding to lock file
Add `unwinding` as a dependency. This is required on platforms where unwinding isn't provided by llvm. Signed-off-by: Sean Cross <[email protected]>
1 parent bf0e0af commit 2a533df

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Cargo.lock

+12
Original file line numberDiff line numberDiff line change
@@ -5914,6 +5914,18 @@ dependencies = [
59145914
"compiler_builtins",
59155915
"core",
59165916
"libc",
5917+
"unwinding",
5918+
]
5919+
5920+
[[package]]
5921+
name = "unwinding"
5922+
version = "0.2.1"
5923+
source = "registry+https://github.com/rust-lang/crates.io-index"
5924+
checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b"
5925+
dependencies = [
5926+
"compiler_builtins",
5927+
"gimli",
5928+
"rustc-std-workspace-core",
59175929
]
59185930

59195931
[[package]]

0 commit comments

Comments
 (0)