diff --git a/Cargo.toml b/Cargo.toml index cff1dbb..f3033fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "charset-normalizer-rs" -version = "1.0.4" +version = "1.0.5" authors = ["Nikolay Yarovoy "] edition = "2021" description = "Truly universal encoding detector in pure Rust - port of Python version"