diff --git a/Cargo.toml b/Cargo.toml index 5b103be..794903b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minreq" -version = "2.9.1" +version = "2.9.2-alpha" authors = ["Jens Pitkanen "] description = "Simple, minimal-dependency HTTP client" documentation = "https://docs.rs/minreq" diff --git a/src/lib.rs b/src/lib.rs index 43a9efd..b3f6b74 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -21,7 +21,7 @@ //! //! ```toml //! [dependencies] -//! minreq = { version = "2.9.1", features = ["punycode"] } +//! minreq = { version = "2.9.2-alpha", features = ["punycode"] } //! ``` //! //! Below is the list of all available features.