Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Dec 5, 2023
1 parent 73f1be3 commit b01d6ae
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "headers-accept-encoding"
version = "1.0.1" # don't forget to update html_root_url
version = "1.1.0" # don't forget to update html_root_url
description = "Hypper typed HTTP headers with Accept-Encoding + zstd support"
license = "MIT"
readme = "README.md"
Expand All @@ -9,14 +9,8 @@ repository = "https://github.com/static-web-server/headers-accept-encoding"
authors = ["Sean McArthur <[email protected]>", "Jose Quintana <joseluisq.net>"]
keywords = ["http", "headers", "hyper", "hyperium"]
categories = ["web-programming"]
rust-version = "1.56"
rust-version = "1.56"

[workspace]
members = [
"./",
"headers-core",
]
rust-version = "1.56"

[dependencies]
http = "1.0.0"
Expand Down

0 comments on commit b01d6ae

Please sign in to comment.