Skip to content

Commit 6db6642

Browse files
taiki-ecramertj
authored andcommitted
Release 0.1.30
1 parent 8f9c4a6 commit 6db6642

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.29"
3+
version = "0.1.30"
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.29"
3+
version = "0.1.30"
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.29"
19+
version = "0.1.30"
2020
default-features = false
2121

2222
[features]

0 commit comments

Comments
 (0)