From bea4791aab6cec1b0879edaaf80fa5d8c9ba9b69 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Wed, 10 Jan 2024 07:51:02 +0000 Subject: [PATCH] Move to the new Rust edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a326dd..bd22d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "embedded-svc" version = "0.26.4" authors = ["Ivan Markov "] -edition = "2018" +edition = "2021" resolver = "2" categories = ["embedded", "hardware-support"] keywords = ["embedded", "svc", "hal"]