|
1 | 1 | [package]
|
2 | 2 | name = "futures-util"
|
3 |
| -version = "0.3.29" |
| 3 | +version = "0.3.30" |
4 | 4 | edition = "2018"
|
5 | 5 | rust-version = "1.56"
|
6 | 6 | license = "MIT OR Apache-2.0"
|
@@ -35,12 +35,12 @@ write-all-vectored = ["io"]
|
35 | 35 | cfg-target-has-atomic = []
|
36 | 36 |
|
37 | 37 | [dependencies]
|
38 |
| -futures-core = { path = "../futures-core", version = "0.3.29", default-features = false } |
39 |
| -futures-task = { path = "../futures-task", version = "0.3.29", default-features = false } |
40 |
| -futures-channel = { path = "../futures-channel", version = "0.3.29", default-features = false, features = ["std"], optional = true } |
41 |
| -futures-io = { path = "../futures-io", version = "0.3.29", default-features = false, features = ["std"], optional = true } |
42 |
| -futures-sink = { path = "../futures-sink", version = "0.3.29", default-features = false, optional = true } |
43 |
| -futures-macro = { path = "../futures-macro", version = "=0.3.29", default-features = false, optional = true } |
| 38 | +futures-core = { path = "../futures-core", version = "0.3.30", default-features = false } |
| 39 | +futures-task = { path = "../futures-task", version = "0.3.30", default-features = false } |
| 40 | +futures-channel = { path = "../futures-channel", version = "0.3.30", default-features = false, features = ["std"], optional = true } |
| 41 | +futures-io = { path = "../futures-io", version = "0.3.30", default-features = false, features = ["std"], optional = true } |
| 42 | +futures-sink = { path = "../futures-sink", version = "0.3.30", default-features = false, optional = true } |
| 43 | +futures-macro = { path = "../futures-macro", version = "=0.3.30", default-features = false, optional = true } |
44 | 44 | slab = { version = "0.4.2", optional = true }
|
45 | 45 | memchr = { version = "2.2", optional = true }
|
46 | 46 | futures_01 = { version = "0.1.25", optional = true, package = "futures" }
|
|
0 commit comments