File: disable-loom

package info (click to toggle)
rust-boxcar 0.2.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: boxcar/Cargo.toml
===================================================================
--- boxcar.orig/Cargo.toml
+++ boxcar/Cargo.toml
@@ -66,10 +66,6 @@ harness = false
 [dev-dependencies.criterion]
 version = "0.5"
 
-[target."cfg(loom)".dependencies.loom]
-version = "0.5"
-optional = true
-
 [lints.rust.unexpected_cfgs]
 level = "warn"
 priority = 0