We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0e0af commit 2a533dfCopy full SHA for 2a533df
Cargo.lock
@@ -5914,6 +5914,18 @@ dependencies = [
5914
"compiler_builtins",
5915
"core",
5916
"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",
5929
]
5930
5931
[[package]]
0 commit comments