We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unicode
heck
1 parent 89602cd commit 7262189Copy full SHA for 7262189
.changes/heck-unicode.md
@@ -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
@@ -64,7 +64,7 @@ semver = "1.0"
64
regex = "1.6.0"
65
unicode-width = "0.1"
66
zeroize = "1.5"
67
-heck = "0.4"
+heck = { version = "0.4", features = [ "unicode" ] }
68
dialoguer = "0.10"
69
url = { version = "2.3", features = [ "serde" ] }
70
os_pipe = "1"
0 commit comments