diff options
| author | Marijn Schouten <mhkbst@gmail.com> | 2025-07-22 11:45:38 +0000 |
|---|---|---|
| committer | Marijn Schouten <mhkbst@gmail.com> | 2025-07-22 15:02:34 +0000 |
| commit | 39ef6a96ad6d4d3340a3597e1efe9755d52c690b (patch) | |
| tree | d50dbf0a2b64da45209ad7f5d94b3d9c7de5478f | |
| parent | 0494311b9c09fc72a17d040299eebdb189e582d2 (diff) | |
| download | rust-39ef6a96ad6d4d3340a3597e1efe9755d52c690b.tar.gz rust-39ef6a96ad6d4d3340a3597e1efe9755d52c690b.zip | |
miropt: move to edition 2024
| -rw-r--r-- | src/tools/miropt-test-tools/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miropt-test-tools/Cargo.toml b/src/tools/miropt-test-tools/Cargo.toml index 09b4c7d16dc..3eb5020968d 100644 --- a/src/tools/miropt-test-tools/Cargo.toml +++ b/src/tools/miropt-test-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miropt-test-tools" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies] |
