Skip to content

Commit

Permalink
mark 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Apr 29, 2024
1 parent e36dbb4 commit 2f65dfc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
[package]
name = "headers-accept"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Max Countryman <hello@maxcountryman.com>"]
categories = ["network-programming", "web-programming"]
description = "🤝 The missing `Accept` implementation for `headers::Header`"
homepage = "https://github.com/maxcountryman/headers-accept"
keywords = ["http", "headers", "accept", "headers-accept"]
keywords = [
"http",
"headers",
"accept",
"headers-accept",
"content-negotiation",
]
license = "MIT"
readme = "README.md"
repository = "https://github.com/maxcountryman/headers-accept"
Expand Down

0 comments on commit 2f65dfc

Please sign in to comment.