Skip to content

Commit

Permalink
Release 0.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and cramertj committed Oct 5, 2020
1 parent 8f9c4a6 commit 6db6642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "futures"
version = "0.1.29"
version = "0.1.30"
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
@@ -1,6 +1,6 @@
[package]
name = "futures01"
version = "0.1.29"
version = "0.1.30"
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.29"
version = "0.1.30"
default-features = false

[features]
Expand Down

0 comments on commit 6db6642

Please sign in to comment.