diff --git a/Cargo.lock b/Cargo.lock index 187ed6b0..f0bce47b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,7 +369,7 @@ dependencies = [ [[package]] name = "oxipng" -version = "9.0.0" +version = "9.1.0" dependencies = [ "bitvec", "clap", diff --git a/Cargo.toml b/Cargo.toml index 19c1b96f..7a218a72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ homepage = "https://github.com/shssoichiro/oxipng" license = "MIT" name = "oxipng" repository = "https://github.com/shssoichiro/oxipng" -version = "9.0.0" +version = "9.1.0" rust-version = "1.74.0" [badges]