File: disable-portable-atomic.patch

package info (click to toggle)
rust-concurrent-queue 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 212 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: concurrent-queue/Cargo.toml
===================================================================
--- concurrent-queue.orig/Cargo.toml
+++ concurrent-queue/Cargo.toml
@@ -44,11 +44,6 @@ harness = false
 version = "0.8.11"
 default-features = false
 
-[dependencies.portable-atomic]
-version = "0.3"
-optional = true
-default-features = false
-
 [dev-dependencies.criterion]
 version = "0.3.4"