Skip to content

Commit 053a927

Browse files
committed
Prepare 1.6.0 release
1 parent 46a6593 commit 053a927

File tree

3 files changed

+3
-3
lines changed

3 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 = "isahc"
3-
version = "1.5.1"
3+
version = "1.6.0"
44
description = "The practical HTTP client that is fun to use."
55
authors = ["Stephen M. Coakley <[email protected]>"]
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Install via Cargo by adding to your `Cargo.toml` file:
7070

7171
```toml
7272
[dependencies]
73-
isahc = "1.5"
73+
isahc = "1.6"
7474
```
7575

7676
### Minimum supported Rust version

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
//!
145145
//! ```toml
146146
//! [dependencies.isahc]
147-
//! version = "1.5"
147+
//! version = "1.6"
148148
//! features = ["psl"]
149149
//! ```
150150
//!

0 commit comments

Comments
 (0)