From 2f65dfc88de49a96eddaa637a41735994b25f4ac Mon Sep 17 00:00:00 2001 From: Max Countryman Date: Mon, 29 Apr 2024 07:57:15 -0700 Subject: [PATCH] mark 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8847f2d..14d5e7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "headers-accept" -version = "0.1.0" +version = "0.1.1" dependencies = [ "headers-core", "http", diff --git a/Cargo.toml b/Cargo.toml index 54543ac..87c77a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,18 @@ [package] name = "headers-accept" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Max Countryman "] 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"