|
1 | 1 | [package]
|
2 | 2 | name = "futures-util"
|
3 | 3 | edition = "2018"
|
4 |
| -version = "0.3.12" |
| 4 | +version = "0.3.13" |
5 | 5 | authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
6 | 6 | license = "MIT OR Apache-2.0"
|
7 | 7 | repository = "https://github.com/rust-lang/futures-rs"
|
@@ -33,12 +33,12 @@ read-initializer = ["io", "futures-io/read-initializer", "futures-io/unstable"]
|
33 | 33 | write-all-vectored = ["io"]
|
34 | 34 |
|
35 | 35 | [dependencies]
|
36 |
| -futures-core = { path = "../futures-core", version = "0.3.12", default-features = false } |
37 |
| -futures-task = { path = "../futures-task", version = "0.3.12", default-features = false } |
38 |
| -futures-channel = { path = "../futures-channel", version = "0.3.12", default-features = false, features = ["std"], optional = true } |
39 |
| -futures-io = { path = "../futures-io", version = "0.3.12", default-features = false, features = ["std"], optional = true } |
40 |
| -futures-sink = { path = "../futures-sink", version = "0.3.12", default-features = false, optional = true } |
41 |
| -futures-macro = { path = "../futures-macro", version = "=0.3.12", default-features = false, optional = true } |
| 36 | +futures-core = { path = "../futures-core", version = "0.3.13", default-features = false } |
| 37 | +futures-task = { path = "../futures-task", version = "0.3.13", default-features = false } |
| 38 | +futures-channel = { path = "../futures-channel", version = "0.3.13", default-features = false, features = ["std"], optional = true } |
| 39 | +futures-io = { path = "../futures-io", version = "0.3.13", default-features = false, features = ["std"], optional = true } |
| 40 | +futures-sink = { path = "../futures-sink", version = "0.3.13", default-features = false, optional = true } |
| 41 | +futures-macro = { path = "../futures-macro", version = "=0.3.13", default-features = false, optional = true } |
42 | 42 | proc-macro-hack = { version = "0.5.19", optional = true }
|
43 | 43 | proc-macro-nested = { version = "0.1.2", optional = true }
|
44 | 44 | slab = { version = "0.4.2", optional = true }
|
|
0 commit comments