Skip to content

Commit cd5e4dd

Browse files
committed
Add missing miniz_oxide dependency to compiler-builtins-dummy
This fixes some Android and macOS builds using the the extra-targets path on Debian stable.
1 parent 01c22b6 commit cd5e4dd

File tree

1 file changed

+1
-0
lines changed
  • deterministic-build-wrappers/compiler-builtins-dummy

1 file changed

+1
-0
lines changed

deterministic-build-wrappers/compiler-builtins-dummy/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ compiler_builtins = "=0.1.109"
88
gimli = "=0.25.0"
99
object = "=0.26.2"
1010
addr2line = "=0.16.0"
11+
miniz_oxide = "=0.4.4"

0 commit comments

Comments
 (0)