Skip to content

Commit aa1af37

Browse files
committed
start 1.0
1 parent 818269d commit aa1af37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "http"
44
# - Update html_root_url in lib.rs.
55
# - Update CHANGELOG.md.
66
# - Create git tag
7-
version = "0.2.10"
7+
version = "1.0.0-dev"
88
readme = "README.md"
99
documentation = "https://docs.rs/http"
1010
repository = "https://github.com/hyperium/http"
@@ -23,6 +23,8 @@ edition = "2018"
2323
# When updating this value, don't forget to also adjust the GitHub Actions config.
2424
rust-version = "1.49.0"
2525

26+
publish = false
27+
2628
[workspace]
2729
members = [
2830
".",

0 commit comments

Comments
 (0)