Skip to content

Commit d31c8f6

Browse files
authored
Merge pull request #140 from TheBlueMatt/main
Correct `unicode-width` dependency specification in builtings-deps
2 parents 0da3c3a + 3a36371 commit d31c8f6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +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"
12+
unicode-width = "=0.2.1"

0 commit comments

Comments
 (0)