diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-06-14 10:16:12 -0400 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-09-16 07:47:23 -0400 |
| commit | 9728ac5305cfe259115858f0bc49985a0ad7cec4 (patch) | |
| tree | 16294fb24be29ebedd3099b063348c0520000db4 /board/Cargo.toml | |
| parent | ce97696bcd4515b5b2556163aa50c1b4723e7c0f (diff) | |
Adopt Rust 2024 edition
I'm considering this a breaking change. I'll try to introduce new
sections that rely on the user's `unsafe` keyword for linker placement.
Rust 2024 has different opinions on format, and clippy has new thoughts.
Let's adopt them.
Diffstat (limited to 'board/Cargo.toml')
| -rw-r--r-- | board/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/Cargo.toml b/board/Cargo.toml index 9afdfb0..836230c 100644 --- a/board/Cargo.toml +++ b/board/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "board" version = "0.1.0" -edition = "2021" +edition = "2024" publish = false [dependencies.cfg-if] |
