File: 2001_no_feature_nightly.patch

package info (click to toggle)
rust-slice-group-by 0.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: makefile: 2; sh: 1
file content (19 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: avoid unstable feature nightly
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-08-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,10 +10,6 @@
 keywords = ["str", "slice", "group"]
 categories = ["algorithms"]
 
-[dev-dependencies]
-rand = "0.6.5"
-
 [features]
 default = ["std"]
-nightly = []
 std = []