File: relax-deps.diff

package info (click to toggle)
rust-async-global-executor 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 180 kB
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 659 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
diff --git a/Cargo.toml b/Cargo.toml
index 79ebd41..933deca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,28 +66,10 @@ optional = true
 default-features = false
 package = "tokio"
 
-[dependencies.tokio02-crate]
-version = "^0.2"
-features = ["rt-core"]
-optional = true
-default-features = false
-package = "tokio"
-
-[dependencies.tokio03-crate]
-version = "^0.3.4"
-features = [
-    "rt",
-    "rt-multi-thread",
-]
-optional = true
-default-features = false
-package = "tokio"
-
 [dev-dependencies.doc-comment]
 version = "^0.3"
 
 [features]
 default = ["async-io"]
 tokio = ["tokio-crate"]
-tokio02 = ["tokio02-crate"]
-tokio03 = ["tokio03-crate"]
+