Fixed issue with name in Cargo.toml
This commit is contained in:
+2
-2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user