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