aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2025-12-26 21:26:57 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2025-12-26 21:28:08 +0100
commit9129c8bc3376cc6014dd97113ceb9ff189d5e411 (patch)
tree0362f3a57823de8d00904bdfb52681794f937640 /Cargo.toml
parent5cb79e3f86b5328301eabbbc409f254b58ee9bf4 (diff)
Update rust version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index abbd83f..e8fefc4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "map-linux"
version = "0.1.0"
-edition = "2021"
+edition = "2024"
[dependencies]
cairo-rs = "0.21.5"