Skip to content

Commit

Permalink
chore: bump v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Nov 23, 2024
1 parent 74facf8 commit 13f894e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mime-db"
version = "1.7.0"
authors = ["Fangdun Cai <cfddream@gmail.com>"]
version = "1.8.0"
authors = ["Fangdun Tsai <cfddream@gmail.com>"]
description = "Media Type Database, looks up `extension` or `media type`."
keywords = ["mime", "media-extensions", "media-types", "no_std"]
repository = "https://github.com/viz-rs/mime-db"
Expand All @@ -11,12 +11,12 @@ edition = "2021"
build = false

include = [
"CHANGES.md",
"Cargo.toml",
"LICENSE-APACHE",
"LICENSE-MIT",
"README.md",
"src/*.rs"
"CHANGES.md",
"Cargo.toml",
"LICENSE-APACHE",
"LICENSE-MIT",
"README.md",
"src/*.rs",
]

[build-dependencies]
Expand Down

0 comments on commit 13f894e

Please sign in to comment.