Skip to content

Commit

Permalink
Prepare 1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Nov 13, 2021
1 parent 46a6593 commit 053a927
Show file tree
Hide file tree
Showing 3 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 = "isahc"
version = "1.5.1"
version = "1.6.0"
description = "The practical HTTP client that is fun to use."
authors = ["Stephen M. Coakley <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Install via Cargo by adding to your `Cargo.toml` file:

```toml
[dependencies]
isahc = "1.5"
isahc = "1.6"
```

### Minimum supported Rust version
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
//!
//! ```toml
//! [dependencies.isahc]
//! version = "1.5"
//! version = "1.6"
//! features = ["psl"]
//! ```
//!
Expand Down

0 comments on commit 053a927

Please sign in to comment.