Skip to content

Commit 043b16f

Browse files
committed
Release 0.1.26
1 parent ae1b667 commit 043b16f

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.24"
3+
version = "0.1.26"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First, add this to your `Cargo.toml`:
1616

1717
```toml
1818
[dependencies]
19-
futures = "0.1.17"
19+
futures = "0.1.26"
2020
```
2121

2222
Next, add this to your crate:
@@ -39,7 +39,7 @@ a `#[no_std]` environment, use:
3939

4040
```toml
4141
[dependencies]
42-
futures = { version = "0.1.17", default-features = false }
42+
futures = { version = "0.1.26", default-features = false }
4343
```
4444

4545
# License

0 commit comments

Comments
 (0)