Skip to content

Commit d21aa86

Browse files
committed
unicode-table-generator: match bin name with tool name
Bootstrap assumes that the binary name is the same as tool name, just makes everyone's lives easier.
1 parent ecf2d1f commit d21aa86

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5584,13 +5584,6 @@ dependencies = [
55845584
"version_check",
55855585
]
55865586

5587-
[[package]]
5588-
name = "unicode-bdd"
5589-
version = "0.1.0"
5590-
dependencies = [
5591-
"ucd-parse",
5592-
]
5593-
55945587
[[package]]
55955588
name = "unicode-bidi"
55965589
version = "0.3.15"
@@ -5640,6 +5633,13 @@ version = "1.12.0"
56405633
source = "registry+https://github.com/rust-lang/crates.io-index"
56415634
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
56425635

5636+
[[package]]
5637+
name = "unicode-table-generator"
5638+
version = "0.1.0"
5639+
dependencies = [
5640+
"ucd-parse",
5641+
]
5642+
56435643
[[package]]
56445644
name = "unicode-width"
56455645
version = "0.1.14"

src/tools/unicode-table-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "unicode-bdd"
2+
name = "unicode-table-generator"
33
version = "0.1.0"
44
edition = "2021"
55

0 commit comments

Comments
 (0)