diff options
author | Melody Horn <melody@boringcactus.com> | 2024-10-10 21:21:14 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-10-10 21:21:14 -0600 |
commit | 070a51682ea5d0a9c97216c970775ebc35ed0bad (patch) | |
tree | 46993e44ffe14268fea516c691d6ee2bb323d12f | |
parent | ef7716ed989c47257b402e572386ef7938e883ec (diff) | |
download | makers-070a51682ea5d0a9c97216c970775ebc35ed0bad.tar.gz makers-070a51682ea5d0a9c97216c970775ebc35ed0bad.zip |
rust edition bump
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/" |