diff --git a/Cargo.lock b/Cargo.lock index afcdcf38..63e55230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,7 +406,7 @@ checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" [[package]] name = "oxipng" -version = "9.1.5" +version = "10.0.0" dependencies = [ "bitvec", "clap", diff --git a/Cargo.toml b/Cargo.toml index 10adaa6e..acdfcbfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ homepage = "https://github.com/oxipng/oxipng" license = "MIT" name = "oxipng" repository = "https://github.com/oxipng/oxipng" -version = "9.1.5" +version = "10.0.0" rust-version = "1.85.1" [badges] diff --git a/README.md b/README.md index 7e3a213f..a458adf0 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ preamble to an already existing one: ```yaml repos: - repo: https://github.com/oxipng/oxipng - rev: v9.1.5 + rev: v10.0.0 hooks: - id: oxipng args: ["-o", "4", "--strip", "safe", "--alpha"] @@ -117,7 +117,7 @@ input filename, into the [optimize function](https://docs.rs/oxipng/latest/oxipn It is recommended to disable the "binary" feature when including Oxipng as a library. Currently, there is no simple way to just disable one feature in Cargo, it has to be done by disabling default features and specifying the desired ones, for example: -`oxipng = { version = "9.0", features = ["parallel", "zopfli", "filetime"], default-features = false }` +`oxipng = { version = "10.0", features = ["parallel", "zopfli", "filetime"], default-features = false }` ## Software using Oxipng