diff --git a/Cargo.toml b/Cargo.toml index 4f829c57..08d475bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "png" -version = "0.17.13" +version = "0.17.14" license = "MIT OR Apache-2.0" description = "PNG decoding and encoding library in pure Rust" @@ -56,4 +56,4 @@ required-features = ["benchmarks"] path = "benches/expand_paletted.rs" name = "expand_paletted" harness = false -required-features = ["benchmarks"] \ No newline at end of file +required-features = ["benchmarks"]