Skip to content

Commit

Permalink
Merge pull request #1 from 5GameMaker/master
Browse files Browse the repository at this point in the history
Removed zlib dependency
  • Loading branch information
5GameMaker authored Aug 25, 2024
2 parents dc3cb29 + 06d4e0f commit af72577
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 130 deletions.
129 changes: 0 additions & 129 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ rand = "0.8.5"
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
ureq = "2.10.1"
zip = { version = "2.2.0", features = ["aes", "deflate-zlib"] }
zip = { version = "2.2.0", features = ["aes", "aes-crypto", "deflate", "deflate-zlib", "deflate64"], default-features = false }

0 comments on commit af72577

Please sign in to comment.