Skip to content

Commit

Permalink
fix(cli): use unicode feature for heck crate, closes #5860 (#5872)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Dec 26, 2022
1 parent 89602cd commit 7262189
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/heck-unicode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"cli.rs": "patch"
---

Fix building apps with unicode characters in their `productName`.
2 changes: 1 addition & 1 deletion tooling/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ semver = "1.0"
regex = "1.6.0"
unicode-width = "0.1"
zeroize = "1.5"
heck = "0.4"
heck = { version = "0.4", features = [ "unicode" ] }
dialoguer = "0.10"
url = { version = "2.3", features = [ "serde" ] }
os_pipe = "1"
Expand Down

0 comments on commit 7262189

Please sign in to comment.