Skip to content

Commit cd77d1e

Browse files
committed
chore: rename project from test-esp3 to your-life-in-x
- Update project name in `Cargo.toml` and `Cargo.lock`. - Update binary name to match the new project name. - Update `edition` in `Cargo.toml` from 2021 to 2024. - Add author information to `Cargo.toml`. - Update `nixpkgs` and `rust-overlay` dependencies in `flake.lock`. The changes reflect the renaming of the project to better align with its purpose and improve maintainability. The update to the Rust 2024 edition ensures compatibility with the latest language features. Signed-off-by: Marcelo Borges <[email protected]>
1 parent 10c7dfe commit cd77d1e

File tree

3 files changed

+27
-26
lines changed

3 files changed

+27
-26
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
2-
edition = "2021"
3-
name = "test-esp3"
2+
edition = "2024"
3+
name = "your-life-in-x"
44
version = "0.1.0"
5+
authors = ["Marcelo Borges <[email protected]>"]
56

67
[[bin]]
7-
name = "test-esp3"
8+
name = "your-life-in-x"
89
path = "./src/bin/main.rs"
910

1011
[dependencies]

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)