Skip to content

Commit 7262189

Browse files
authored
fix(cli): use unicode feature for heck crate, closes #5860 (#5872)
1 parent 89602cd commit 7262189

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changes/heck-unicode.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"cli.rs": "patch"
3+
---
4+
5+
Fix building apps with unicode characters in their `productName`.

tooling/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ semver = "1.0"
6464
regex = "1.6.0"
6565
unicode-width = "0.1"
6666
zeroize = "1.5"
67-
heck = "0.4"
67+
heck = { version = "0.4", features = [ "unicode" ] }
6868
dialoguer = "0.10"
6969
url = { version = "2.3", features = [ "serde" ] }
7070
os_pipe = "1"

0 commit comments

Comments
 (0)