Skip to content

Commit

Permalink
fix(#215): Upgrade to deflate64 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Jul 18, 2024
1 parent 4e971d0 commit 193bbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ time = { workspace = true, optional = true, features = [
zeroize = { version = "1.8.1", optional = true, features = ["zeroize_derive"] }
zstd = { version = "0.13.1", optional = true, default-features = false }
zopfli = { version = "0.8.1", optional = true }
deflate64 = { version = "0.1.8", optional = true }
deflate64 = { version = "0.1.9", optional = true }
lzma-rs = { version = "0.3.0", default-features = false, optional = true }

[target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies]
Expand Down

0 comments on commit 193bbe1

Please sign in to comment.