We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f1be3 commit b01d6aeCopy full SHA for b01d6ae
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "headers-accept-encoding"
3
-version = "1.0.1" # don't forget to update html_root_url
+version = "1.1.0" # don't forget to update html_root_url
4
description = "Hypper typed HTTP headers with Accept-Encoding + zstd support"
5
license = "MIT"
6
readme = "README.md"
@@ -9,14 +9,8 @@ repository = "https://github.com/static-web-server/headers-accept-encoding"
9
authors = ["Sean McArthur <sean@seanmonstar.com>", "Jose Quintana <joseluisq.net>"]
10
keywords = ["http", "headers", "hyper", "hyperium"]
11
categories = ["web-programming"]
12
-rust-version = "1.56"
13
14
15
-[workspace]
16
-members = [
17
- "./",
18
- "headers-core",
19
-]
+rust-version = "1.56"
20
21
[dependencies]
22
http = "1.0.0"
0 commit comments