Skip to content

Commit

Permalink
Switch to upstream miniz_oxide
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jun 17, 2020
1 parent 2508d4c commit 0aa3c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cpp_demangle = { default-features = false, version = "0.2.3", optional = true }
# use these features directly.
addr2line = { version = "0.12.0", optional = true, default-features = false }
# miniz_oxide = { version = "0.3.7", optional = true }
miniz_oxide = { git = 'https://github.com/alexcrichton/miniz_oxide', branch = 'no-std', optional = true }
miniz_oxide = { git = 'https://github.com/Frommi/miniz_oxide', optional = true }
[dependencies.object]
version = "0.20.0"
optional = true
Expand Down Expand Up @@ -136,4 +136,4 @@ required-features = ["std"]
harness = false

[patch.crates-io]
miniz_oxide = { git = 'https://github.com/alexcrichton/miniz_oxide', branch = 'no-std' }
miniz_oxide = { git = 'https://github.com/Frommi/miniz_oxide' }

0 comments on commit 0aa3c2f

Please sign in to comment.