File: fix-feature-gates.patch

package info (click to toggle)
rust-shadow-rs 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 380 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Author: Blair Noctis <ncts@debian.org>
Last-Update: 2025-03-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,2 +73,3 @@
 path = "examples/builtin_fn.rs"
+required-features = ["build", "git2"] # without +git2 some functions resort to running git(1), but it's unavailable in Debian builds/tests