From 053a927c414253ad456a9d9c60f97438b5e125be Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Sat, 13 Nov 2021 13:46:26 -0600 Subject: [PATCH] Prepare 1.6.0 release --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 347b9a5d..37881f44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] license = "MIT" diff --git a/README.md b/README.md index d7a842b1..87c142d1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/lib.rs b/src/lib.rs index 236815b3..bbfc0549 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -144,7 +144,7 @@ //! //! ```toml //! [dependencies.isahc] -//! version = "1.5" +//! version = "1.6" //! features = ["psl"] //! ``` //!