Skip to content

Commit

Permalink
start 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 10, 2023
1 parent 818269d commit aa1af37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
version = "0.2.10"
version = "1.0.0-dev"
readme = "README.md"
documentation = "https://docs.rs/http"
repository = "https://github.com/hyperium/http"
Expand All @@ -23,6 +23,8 @@ edition = "2018"
# When updating this value, don't forget to also adjust the GitHub Actions config.
rust-version = "1.49.0"

publish = false

[workspace]
members = [
".",
Expand Down

0 comments on commit aa1af37

Please sign in to comment.