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 /lib/header/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 'lib/header/Cargo.toml')
| -rw-r--r-- | lib/header/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/header/Cargo.toml b/lib/header/Cargo.toml index 56eb36c..8e88856 100644 --- a/lib/header/Cargo.toml +++ b/lib/header/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "header" version = "0.1.0" -rust-version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true |
