From d37aad6b1c3a7c4bf6141c9761b7e3d279997499 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 9 Nov 2021 11:29:28 +0100 Subject: [PATCH] updated rust edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b273b85..23b0364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "va108xx" version = "0.1.0" authors = ["Robin Mueller "] -edition = "2018" +edition = "2021" description = "PAC for the Vorago VA108xx family of microcontrollers" homepage = "https://github.com/robamu-org/va108xx-rs" repository = "https://github.com/robamu-org/va108xx-rs"