File: remove_feature_unstable.patch

package info (click to toggle)
rust-primal-sieve 0.3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,108 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Disable "unstable" feature
 That way, the autopkgtest won't fail on ppc64el & s390x arch.
 .
 As suggested by upstream at
 https://github.com/huonw/primal/issues/60#issuecomment-2161791804
Author: Fab Stz <fabstz-it@yahoo.fr>
Last-Update: 2024-09-22

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,4 +54,3 @@
 [features]
 safe = []
 slow_tests = []
-unstable = []