summaryrefslogtreecommitdiff
path: root/dev/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-02-18 20:10:52 +0100
committermo8it <mo8it@proton.me>2025-02-18 20:10:52 +0100
commitd9872f2615a11ce94deb85c8f1c215d69abd7992 (patch)
treea525e7eaac10e75db45921f79578d3da33bf1a13 /dev/Cargo.toml
parent298be671b9108e490fcef6b8febace8659ec710a (diff)
Upgrade to edition 2024
Diffstat (limited to 'dev/Cargo.toml')
-rw-r--r--dev/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Cargo.toml b/dev/Cargo.toml
index 29a557a..ae380d1 100644
--- a/dev/Cargo.toml
+++ b/dev/Cargo.toml
@@ -192,7 +192,7 @@ bin = [
[package]
name = "exercises"
-edition = "2021"
+edition = "2024"
# Don't publish the exercises on crates.io!
publish = false