aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2024-10-10 21:21:14 -0600
committerMelody Horn <melody@boringcactus.com>2024-10-10 21:21:14 -0600
commit070a51682ea5d0a9c97216c970775ebc35ed0bad (patch)
tree46993e44ffe14268fea516c691d6ee2bb323d12f /Cargo.toml
parentef7716ed989c47257b402e572386ef7938e883ec (diff)
downloadmakers-070a51682ea5d0a9c97216c970775ebc35ed0bad.tar.gz
makers-070a51682ea5d0a9c97216c970775ebc35ed0bad.zip
rust edition bump
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 e873519..50181e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "makers"
version = "0.7.0"
authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]
-edition = "2018"
+edition = "2021"
description = "a POSIX-compatible make implemented in Rust"
readme = "README.md"
repository = "https://code.boringcactus.com/makers/"