Skip to content

Commit

Permalink
Release 0.1.31 (#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 24, 2021
1 parent 8b26bd8 commit 49ad690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "futures"
version = "0.1.30"
version = "0.1.31"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions futures01/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "futures01"
version = "0.1.30"
version = "0.1.31"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang-nursery/futures-rs"
Expand All @@ -16,7 +16,7 @@ the `futures` crate.

[dependencies.futures]
path = ".."
version = "0.1.30"
version = "0.1.31"
default-features = false

[features]
Expand Down

0 comments on commit 49ad690

Please sign in to comment.