File: remove_feature_unstable.patch

package info (click to toggle)
rust-primal 0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: sh: 33; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 385 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
@@ -61,4 +61,3 @@
 version = "0.3"
 
 [features]
-unstable = ["primal-sieve/unstable"]