Skip to content

Commit 49ad690

Browse files
authored
Release 0.1.31 (#2359)
1 parent 8b26bd8 commit 49ad690

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "futures"
3-
version = "0.1.30"
3+
version = "0.1.31"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

futures01/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "futures01"
3-
version = "0.1.30"
3+
version = "0.1.31"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rust-lang-nursery/futures-rs"
@@ -16,7 +16,7 @@ the `futures` crate.
1616

1717
[dependencies.futures]
1818
path = ".."
19-
version = "0.1.30"
19+
version = "0.1.31"
2020
default-features = false
2121

2222
[features]

0 commit comments

Comments
 (0)