From 9cc980e79e0d8f55b9acf78685d3d60782e20ff0 Mon Sep 17 00:00:00 2001 From: smorihira Date: Fri, 13 Sep 2024 15:35:04 +0900 Subject: [PATCH] fix: modify package name of test_client --- rust/bin/test_client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/bin/test_client/Cargo.toml b/rust/bin/test_client/Cargo.toml index f91baab0c6c..1f0b23ed9b9 100644 --- a/rust/bin/test_client/Cargo.toml +++ b/rust/bin/test_client/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "test" +name = "test_client" version = "0.1.0" edition = "2021"