diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-08 20:45:05 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-08 21:09:42 +0200 |
| commit | 6333dc7ee02332cd06e20b56cefd3210368e54f8 (patch) | |
| tree | bc32b202172fc1d3981da50e7d0a085aa64252f3 /Cargo.toml | |
| parent | 5fca76b56034554d965b77d1485f92685d79bc84 (diff) | |
| download | tools.nes-6333dc7ee02332cd06e20b56cefd3210368e54f8.tar.gz tools.nes-6333dc7ee02332cd06e20b56cefd3210368e54f8.zip | |
Upgrade to the 2024 edition of Rust
And also adjust the code so the clippy from the 2024 edition is fine
with it.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,8 +3,7 @@ members = ["lib/*", "crates/*"] resolver = "2" [workspace.package] -rust-version = "1.82" -edition = "2021" +edition = "2024" # Everything under crates/* is GPLv3+; everything under lib/* is under LGPLv3+. license = "GPLv3+ AND LGPLv3+" authors = ["Miquel Sabaté Solà <mikisabate@gmail.com>"] |
