File: remove-unstable-features.patch

package info (click to toggle)
rust-crossbeam 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 140 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
--- crossbeam/Cargo.toml
+++ crossbeam/Cargo.toml
@@ -55,5 +55,4 @@
 [features]
 alloc = ["crossbeam-epoch/alloc", "crossbeam-queue/alloc"]
 default = ["std"]
-nightly = ["crossbeam-epoch/nightly", "crossbeam-utils/nightly", "crossbeam-queue/nightly"]
 std = ["alloc", "crossbeam-channel/std", "crossbeam-deque/std", "crossbeam-epoch/std", "crossbeam-queue/std", "crossbeam-utils/std"]