Skip to content

Commit 0aa3c2f

Browse files
committed
Switch to upstream miniz_oxide
1 parent 2508d4c commit 0aa3c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cpp_demangle = { default-features = false, version = "0.2.3", optional = true }
3737
# use these features directly.
3838
addr2line = { version = "0.12.0", optional = true, default-features = false }
3939
# miniz_oxide = { version = "0.3.7", optional = true }
40-
miniz_oxide = { git = 'https://github.com/alexcrichton/miniz_oxide', branch = 'no-std', optional = true }
40+
miniz_oxide = { git = 'https://github.com/Frommi/miniz_oxide', optional = true }
4141
[dependencies.object]
4242
version = "0.20.0"
4343
optional = true
@@ -136,4 +136,4 @@ required-features = ["std"]
136136
harness = false
137137

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

0 commit comments

Comments
 (0)