Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Jun 2, 2024
1 parent 269dc9b commit 152f4d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ categories = ["network-programming", "web-programming::http-server"]
license = "MIT"
build = "build.rs"
# Remember to also update in appveyor.yml and the http-crates.io branch
version = "2.0.0"
# Remember to also update brotli feature list!
version = "2.0.1"
# Remember to also update in http.md
authors = ["thecoshman <rust@thecoshman.com>",
"nabijaczleweli <nabijaczleweli@nabijaczleweli.xyz>",
Expand Down Expand Up @@ -53,7 +54,7 @@ default-features = false

[dependencies.brotli]
version = "6.0"
features = ["simd"]
# features = ["simd"] # comment this out for release

[dependencies.iron]
path = "vendor/iron-0.6.1"
Expand Down

0 comments on commit 152f4d7

Please sign in to comment.