Skip to content

Commit 6b9a813

Browse files
committed
mark v0.2.1
1 parent 13fd0f6 commit 6b9a813

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "headers-accept"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Max Countryman <hello@maxcountryman.com>"]
66
categories = ["network-programming", "web-programming"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To use the crate in your project, add the following to your `Cargo.toml` file:
3232

3333
```toml
3434
[dependencies]
35-
headers-accept = "0.2.0"
35+
headers-accept = "0.2.1"
3636
```
3737

3838
## 🤸 Usage

0 commit comments

Comments
 (0)