forked from ParkMyCar/headers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|