From c2f4563bfe362b18588c30a1bd73a8a91ebea794 Mon Sep 17 00:00:00 2001 From: arthomnix Date: Sun, 23 Mar 2025 20:15:38 +0000 Subject: [PATCH] eepytool: migrate to rust 2024 --- eepytool/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eepytool/Cargo.toml b/eepytool/Cargo.toml index 8246fa5..193417b 100644 --- a/eepytool/Cargo.toml +++ b/eepytool/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "eepytool" version = "0.1.0" -edition = "2021" +edition = "2024" [dependencies] eepy-serial-host = { path = "../eepy-serial-host" } -- 2.51.2