diff --git a/Cargo.toml b/Cargo.toml index 04895cc0..b0c543ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "isahc" -version = "1.1.0" +version = "1.2.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 d9482938..8fde8777 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.1" +isahc = "1.2" ``` ### Minimum supported Rust version diff --git a/src/lib.rs b/src/lib.rs index ebb5afc5..e1af3312 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -144,7 +144,7 @@ //! //! ```toml //! [dependencies.isahc] -//! version = "1.1" +//! version = "1.2" //! features = ["psl"] //! ``` //!