From 2a1bc6ce1d9b44a1a39452803361052fba201e60 Mon Sep 17 00:00:00 2001 From: Wyatt Marchand Date: Wed, 26 Aug 2026 09:43:59 -0700 Subject: [PATCH] Fixed issue with name in Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 20276da..5ec5a9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "hello-eth" +name = "esp32s3ETH_hello_world" version = "0.1.0" edition = "2021" [[bin]] -name = "hello-eth" +name = "esp32s3ETH_hello_world" harness = false [profile.release]