Skip to content

Commit a08363e

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

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
@@ -9,3 +9,4 @@ gimli = "=0.25.0"
99
object = "=0.26.2"
1010
addr2line = "=0.16.0"
1111
miniz_oxide = "=0.4.4"
12+
unicode_width = "=0.2.1"

0 commit comments

Comments
 (0)