Skip to content

Commit

Permalink
Upgrade miniz_oxide to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 26, 2024
1 parent 84b6c1d commit a9defa2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 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 @@ -39,7 +39,7 @@ cpp_demangle = { default-features = false, version = "0.4.0", optional = true, f
] }

[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies]
miniz_oxide = { version = "0.7.0", default-features = false }
miniz_oxide = { version = "0.8", default-features = false }
addr2line = { version = "0.24.0", default-features = false }
libc = { version = "0.2.146", default-features = false }

Expand Down

0 comments on commit a9defa2

Please sign in to comment.