We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818269d commit aa1af37Copy full SHA for aa1af37
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
4
# - Update html_root_url in lib.rs.
5
# - Update CHANGELOG.md.
6
# - Create git tag
7
-version = "0.2.10"
+version = "1.0.0-dev"
8
readme = "README.md"
9
documentation = "https://docs.rs/http"
10
repository = "https://github.com/hyperium/http"
@@ -23,6 +23,8 @@ edition = "2018"
23
# When updating this value, don't forget to also adjust the GitHub Actions config.
24
rust-version = "1.49.0"
25
26
+publish = false
27
+
28
[workspace]
29
members = [
30
".",
0 commit comments