File: disable-loom.patch

package info (click to toggle)
rust-bytes 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: sh: 25; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Disable dependency loom
 which requires a `cfg(loom)` which we don't support anyway.
Forwarded: not-needed
Last-Update: 2024-10-10
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -130,4 +130,4 @@ version = "1.0"
 
-[target."cfg(loom)".dev-dependencies.loom]
-version = "0.7"
+#[target."cfg(loom)".dev-dependencies.loom]
+#version = "0.7"