1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Sun, 29 Mar 2026 22:43:12 -0400
Subject: zero-out no_panic feature
Forwarded: not-needed
That's not available in the Debian package of the "zmij" Rust crate.
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 4818d6f..c0ba49f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ cold_path = []
generic_simd = []
inline_int = []
inline_str = []
-no_panic = ["zmij/no-panic"]
+no_panic = []
optimize = []
[dependencies]
|