1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Disable outdated snapbox, too many breaking changes
Forwarded: not-needed
Author: Blair Noctis <ncts@debian.org>
Last-Update: 2025-07-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69 +69 @@
-snapbox = { version = "0.6.21", features = ["diff", "dir", "term-svg", "regex", "json"] }
+#snapbox = { version = "0.6.21", features = ["diff", "dir", "term-svg", "regex", "json"] }
--- a/tests/testsuite/main.rs
+++ b/tests/testsuite/main.rs
@@ -0,0 +1 @@
+#![cfg(feature = "snapbox")]
|