From 73ddfc0f36c99a7879c3314a8eec6c5fd8463234 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Thu, 27 Feb 2025 17:24:44 +0100 Subject: [PATCH] chore: bump Rust edition to 2024 --- wakey-wake/Cargo.toml | 2 +- wakey/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wakey-wake/Cargo.toml b/wakey-wake/Cargo.toml index 7196507..82590fe 100644 --- a/wakey-wake/Cargo.toml +++ b/wakey-wake/Cargo.toml @@ -3,7 +3,7 @@ name = "wakey-wake" version = "0.3.0" authors = ["Hubert Bugaj"] -edition = "2021" +edition = "2024" license = "MIT" repository = "https://github.com/LesnyRumcajs/wakey" diff --git a/wakey/Cargo.toml b/wakey/Cargo.toml index c005f26..513b581 100644 --- a/wakey/Cargo.toml +++ b/wakey/Cargo.toml @@ -3,7 +3,7 @@ name = "wakey" version = "0.3.0" authors = ["Hubert Bugaj"] -edition = "2021" +edition = "2024" license = "MIT" repository = "https://github.com/LesnyRumcajs/wakey"