about summary refs log tree commit diff
path: root/src/tools/unicode-table-generator
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-10-13 19:11:58 +0800
committer许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-10-13 19:14:06 +0800
commitd21aa86c652c523f6b39e53866690a1d89d97f15 (patch)
tree44aeb21816ae75482564b4fba94d36aef68541c8 /src/tools/unicode-table-generator
parentecf2d1fa4bd8166c696883b10f483122b1fe98a3 (diff)
downloadrust-d21aa86c652c523f6b39e53866690a1d89d97f15.tar.gz
rust-d21aa86c652c523f6b39e53866690a1d89d97f15.zip
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.
Diffstat (limited to 'src/tools/unicode-table-generator')
-rw-r--r--src/tools/unicode-table-generator/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/unicode-table-generator/Cargo.toml b/src/tools/unicode-table-generator/Cargo.toml
index ef01877c0b9..f8a500922d0 100644
--- a/src/tools/unicode-table-generator/Cargo.toml
+++ b/src/tools/unicode-table-generator/Cargo.toml
@@ -1,5 +1,5 @@
 [package]
-name = "unicode-bdd"
+name = "unicode-table-generator"
 version = "0.1.0"
 edition = "2021"