Skip to content

Commit b01d6ae

Browse files
committed
v1.1.0
1 parent 73f1be3 commit b01d6ae

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Diff for: Cargo.toml

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "headers-accept-encoding"
3-
version = "1.0.1" # don't forget to update html_root_url
3+
version = "1.1.0" # don't forget to update html_root_url
44
description = "Hypper typed HTTP headers with Accept-Encoding + zstd support"
55
license = "MIT"
66
readme = "README.md"
@@ -9,14 +9,8 @@ repository = "https://github.com/static-web-server/headers-accept-encoding"
99
authors = ["Sean McArthur <[email protected]>", "Jose Quintana <joseluisq.net>"]
1010
keywords = ["http", "headers", "hyper", "hyperium"]
1111
categories = ["web-programming"]
12-
rust-version = "1.56"
13-
rust-version = "1.56"
1412

15-
[workspace]
16-
members = [
17-
"./",
18-
"headers-core",
19-
]
13+
rust-version = "1.56"
2014

2115
[dependencies]
2216
http = "1.0.0"

0 commit comments

Comments
 (0)