Skip to content

Commit

Permalink
remove unicode feature
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Apr 30, 2024
1 parent 3f43209 commit 1db297d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions tooling/cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tooling/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ semver = "1.0"
regex = "1.10.3"
unicode-width = "0.1"
zeroize = "1.7"
heck = { version = "0.5", features = [ "unicode" ] }
heck = "0.5"
dialoguer = "0.11"
url = { version = "2.5", features = [ "serde" ] }
os_pipe = "1"
Expand Down

0 comments on commit 1db297d

Please sign in to comment.