Skip to content

Commit

Permalink
Prepare 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Mar 12, 2022
1 parent a90a8c0 commit e995eb4
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.6.0"
version = "1.7.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.6"
isahc = "1.7"
```

### 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 @@ -143,7 +143,7 @@
//!
//! ```toml
//! [dependencies.isahc]
//! version = "1.6"
//! version = "1.7"
//! features = ["psl"]
//! ```
//!
Expand Down

0 comments on commit e995eb4

Please sign in to comment.