diff --git a/ci/date-check/Cargo.toml b/ci/date-check/Cargo.toml index 9a28087a..6101a4bc 100644 --- a/ci/date-check/Cargo.toml +++ b/ci/date-check/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "date-check" authors = ["Noah Lev "] -edition = "2021" +edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/josh-sync/Cargo.toml b/josh-sync/Cargo.toml index 7cfa4a14..1f8bf2a0 100644 --- a/josh-sync/Cargo.toml +++ b/josh-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "josh-sync" -edition = "2021" +edition = "2024" [dependencies] anyhow = "1.0.95"