bump edition

This commit is contained in:
Tshepang Mbambo 2025-05-10 13:29:41 +02:00
parent f99df9199f
commit 9f710fd775
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "date-check" name = "date-check"
authors = ["Noah Lev <camelidcamel@gmail.com>"] authors = ["Noah Lev <camelidcamel@gmail.com>"]
edition = "2021" edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package] [package]
name = "josh-sync" name = "josh-sync"
edition = "2021" edition = "2024"
[dependencies] [dependencies]
anyhow = "1.0.95" anyhow = "1.0.95"