Skip to content

Commit

Permalink
unicode-table-generator: match bin name with tool name
Browse files Browse the repository at this point in the history
Bootstrap assumes that the binary name is the same as tool name, just
makes everyone's lives easier.
  • Loading branch information
jieyouxu committed Oct 13, 2024
1 parent ecf2d1f commit d21aa86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5584,13 +5584,6 @@ dependencies = [
"version_check",
]

[[package]]
name = "unicode-bdd"
version = "0.1.0"
dependencies = [
"ucd-parse",
]

[[package]]
name = "unicode-bidi"
version = "0.3.15"
Expand Down Expand Up @@ -5640,6 +5633,13 @@ version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"

[[package]]
name = "unicode-table-generator"
version = "0.1.0"
dependencies = [
"ucd-parse",
]

[[package]]
name = "unicode-width"
version = "0.1.14"
Expand Down
2 changes: 1 addition & 1 deletion src/tools/unicode-table-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "unicode-bdd"
name = "unicode-table-generator"
version = "0.1.0"
edition = "2021"

Expand Down

0 comments on commit d21aa86

Please sign in to comment.