Skip to content

Commit 8716840

Browse files
committed
Bump version to 3.0.0-rc.0
1 parent cfb5a94 commit 8716840

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minreq"
3-
version = "3.0.0-alpha"
3+
version = "3.0.0-rc.0"
44
authors = ["Jens Pitkanen <jens@neon.moe>"]
55
description = "Simple, minimal-dependency HTTP client"
66
documentation = "https://docs.rs/minreq"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//!
2222
//! ```toml
2323
//! [dependencies]
24-
//! minreq = { version = "3.0.0-alpha", features = ["punycode"] }
24+
//! minreq = { version = "3.0.0-rc.0", features = ["punycode"] }
2525
//! ```
2626
//!
2727
//! Below is the list of all available features.

0 commit comments

Comments
 (0)