Skip to content

Commit 9a9daa7

Browse files
committed
v0.13.0-rc.1
1 parent d518e45 commit 9a9daa7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest"
3-
version = "0.13.0-dev"
3+
version = "0.13.0-rc.1"
44
description = "higher level HTTP client library"
55
keywords = ["http", "request", "client"]
66
categories = ["web-programming::http-client", "wasm"]
@@ -20,8 +20,6 @@ include = [
2020
"src/**/*.rs"
2121
]
2222

23-
publish = false
24-
2523
[package.metadata.docs.rs]
2624
all-features = true
2725
rustdoc-args = ["--cfg", "docsrs", "--cfg", "reqwest_unstable"]

0 commit comments

Comments
 (0)