File: add-missing-dev-depends.patch

package info (click to toggle)
rust-rxml 0.13.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 800 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: add missing dev depends
Author: Link Mauve
Origin: upstream
Last-Update: 2026-02-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,6 +81,7 @@
 name = "parse"
 path = "benches/parse.rs"
 harness = false
+required-features = ["std"]
 
 [[bench]]
 name = "q"