diff --git a/Cargo.toml b/Cargo.toml index abd8dd258..069aa45b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 @@ -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' }