|
1 | 1 | [package] |
2 | 2 | name = "futures-util" |
3 | 3 | edition = "2018" |
4 | | -version = "0.3.15" |
| 4 | +version = "0.3.16" |
5 | 5 | authors = [ "Alex Crichton <[email protected]>"] |
6 | 6 | license = "MIT OR Apache-2.0" |
7 | 7 | repository = "https://github.com/rust-lang/futures-rs" |
@@ -39,12 +39,12 @@ cfg-target-has-atomic = [] |
39 | 39 | autocfg = "1" |
40 | 40 |
|
41 | 41 | [dependencies] |
42 | | -futures-core = { path = "../futures-core", version = "0.3.15", default-features = false } |
43 | | -futures-task = { path = "../futures-task", version = "0.3.15", default-features = false } |
44 | | -futures-channel = { path = "../futures-channel", version = "0.3.15", default-features = false, features = ["std"], optional = true } |
45 | | -futures-io = { path = "../futures-io", version = "0.3.15", default-features = false, features = ["std"], optional = true } |
46 | | -futures-sink = { path = "../futures-sink", version = "0.3.15", default-features = false, optional = true } |
47 | | -futures-macro = { path = "../futures-macro", version = "=0.3.15", default-features = false, optional = true } |
| 42 | +futures-core = { path = "../futures-core", version = "0.3.16", default-features = false } |
| 43 | +futures-task = { path = "../futures-task", version = "0.3.16", default-features = false } |
| 44 | +futures-channel = { path = "../futures-channel", version = "0.3.16", default-features = false, features = ["std"], optional = true } |
| 45 | +futures-io = { path = "../futures-io", version = "0.3.16", default-features = false, features = ["std"], optional = true } |
| 46 | +futures-sink = { path = "../futures-sink", version = "0.3.16", default-features = false, optional = true } |
| 47 | +futures-macro = { path = "../futures-macro", version = "=0.3.16", default-features = false, optional = true } |
48 | 48 | proc-macro-hack = { version = "0.5.19", optional = true } |
49 | 49 | proc-macro-nested = { version = "0.1.2", optional = true } |
50 | 50 | slab = { version = "0.4.2", optional = true } |
|
0 commit comments