Skip to content

Commit

Permalink
0.1.28 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed Jun 26, 2019
1 parent 0da26ae commit 632838c
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.27"
version = "0.1.28"
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.27"
version = "0.1.28"
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.27"
version = "0.1.28"
default-features = false

[features]
Expand Down

0 comments on commit 632838c

Please sign in to comment.