From 4539d92f3df75bc026ecf3f9969fec05533c2de8 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Tue, 6 Apr 2021 19:00:07 -0500 Subject: [PATCH] Prepare 1.3.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 a6818108..c5d60ab1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "isahc" -version = "1.2.0" +version = "1.3.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 8fde8777..f109dfb3 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.2" +isahc = "1.3" ``` ### Minimum supported Rust version diff --git a/src/lib.rs b/src/lib.rs index e1af3312..ca2901d7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -144,7 +144,7 @@ //! //! ```toml //! [dependencies.isahc] -//! version = "1.2" +//! version = "1.3" //! features = ["psl"] //! ``` //!