|
@@ -1,6 +1,6 @@
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
# It is not intended for manual editing.
|
|
|
-version = 3
|
|
|
+version = 4
|
|
|
|
|
|
[[package]]
|
|
|
name = "catch_std_exception"
|
|
@@ -33,6 +33,13 @@ version = "0.2.158"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "panic_abort_no_debuginfo"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "unwinding",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "rustc-std-workspace-alloc"
|
|
|
version = "1.0.0"
|