We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf7e28 commit e599339Copy full SHA for e599339
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### v0.16.4 - 2024-01-04
2
+* Remove remove ahash 0.7.6 from dependencies (cargo audit)
3
+
4
### v0.16.3 - 2023-08-16
5
* Add `serde` feature (`Serialize` and `Deserialize` for `Lang` and `Script`).
6
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "whatlang"
-version = "0.16.3"
+version = "0.16.4"
authors = ["Serhii Potapov <[email protected]>"]
edition = "2021"
description = "Fast and lightweight language identification library for Rust."
0 commit comments