File: remove-no-panic-feature

package info (click to toggle)
python-orjson 3.11.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,212 kB
  • sloc: ansic: 11,268; python: 6,984; sh: 106; makefile: 9
file content (24 lines) | stat: -rw-r--r-- 548 bytes parent folder | download
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]