Fixed issue with name in Cargo.toml
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "hello-eth"
|
name = "esp32s3ETH_hello_world"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "hello-eth"
|
name = "esp32s3ETH_hello_world"
|
||||||
harness = false
|
harness = false
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|||||||
Reference in New Issue
Block a user