Skip to content

Commit

Permalink
Bump to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
neonmoe committed Aug 28, 2023
1 parent 01ae5a6 commit b586b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minreq"
version = "2.9.1"
version = "2.9.2-alpha"
authors = ["Jens Pitkanen <[email protected]>"]
description = "Simple, minimal-dependency HTTP client"
documentation = "https://docs.rs/minreq"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b586b7c

Please sign in to comment.