Skip to content

Commit

Permalink
Release 0.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed Apr 2, 2019
1 parent ae1b667 commit 043b16f
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.24"
version = "0.1.26"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ First, add this to your `Cargo.toml`:

```toml
[dependencies]
futures = "0.1.17"
futures = "0.1.26"
```

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

```toml
[dependencies]
futures = { version = "0.1.17", default-features = false }
futures = { version = "0.1.26", default-features = false }
```

# License
Expand Down

0 comments on commit 043b16f

Please sign in to comment.