Skip to content

Commit 13f894e

Browse files
committed
chore: bump v1.8.0
1 parent 74facf8 commit 13f894e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mime-db"
3-
version = "1.7.0"
4-
authors = ["Fangdun Cai <[email protected]>"]
3+
version = "1.8.0"
4+
authors = ["Fangdun Tsai <[email protected]>"]
55
description = "Media Type Database, looks up `extension` or `media type`."
66
keywords = ["mime", "media-extensions", "media-types", "no_std"]
77
repository = "https://github.com/viz-rs/mime-db"
@@ -11,12 +11,12 @@ edition = "2021"
1111
build = false
1212

1313
include = [
14-
"CHANGES.md",
15-
"Cargo.toml",
16-
"LICENSE-APACHE",
17-
"LICENSE-MIT",
18-
"README.md",
19-
"src/*.rs"
14+
"CHANGES.md",
15+
"Cargo.toml",
16+
"LICENSE-APACHE",
17+
"LICENSE-MIT",
18+
"README.md",
19+
"src/*.rs",
2020
]
2121

2222
[build-dependencies]

0 commit comments

Comments
 (0)