File: remove-loom.patch

package info (click to toggle)
rust-tokio 1.49.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,492 kB
  • sloc: makefile: 2
file content (18 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
diff --git a/Cargo.toml b/Cargo.toml
index 359ca89..b9bb5e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -843,13 +843,6 @@ default-features = false
 version = "0.4.9"
 optional = true
 
-[target."cfg(loom)".dev-dependencies.loom]
-version = "0.7"
-features = [
-    "futures",
-    "checkpoint",
-]
-
 [target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dev-dependencies.rand]
 version = "0.9"