File: remove-unstable-features.patch

package info (click to toggle)
rust-crossbeam 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
8
--- crossbeam/Cargo.toml
+++ crossbeam/Cargo.toml
@@ -58,5 +58,0 @@
-nightly = [
-    "crossbeam-epoch/nightly",
-    "crossbeam-utils/nightly",
-    "crossbeam-queue/nightly",
-]