File: disable-snapbox.patch

package info (click to toggle)
mdbook 0.4.52%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,380 kB
  • sloc: javascript: 1,140; sh: 75; python: 28; makefile: 26
file content (15 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (2)
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")]