File: remove-tracing-mock.patch

package info (click to toggle)
rust-tokio 1.43.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,080 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -747,9 +747,6 @@
 [dev-dependencies.tokio-test]
 version = "0.4.0"
 
-[target.'cfg(all(tokio_unstable, target_has_atomic = "64"))'.dev-dependencies.tracing-mock]
-version = "= 0.1.0-beta.1"
-
 [target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dev-dependencies.rand]
 version = "0.8.0"