File: loom-drop-cfg.patch

package info (click to toggle)
rust-state 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: get rid of loom
 due to loom depending on generator thus #1003070
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,3 @@
 
 [features]
 tls = []
-
-[target."cfg(loom)".dependencies.loom]
-version = "0.5"
-features = ["checkpoint"]