From a0b543ac5e4a8821bfedb7d3fdde26e16d439deb Mon Sep 17 00:00:00 2001 From: marcelbuesing Date: Wed, 28 Jun 2023 22:54:00 +0200 Subject: [PATCH] Bump edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b0a8b7..787f683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "socketcan-isotp" version = "1.0.2" authors = ["marcelbuesing "] -edition = "2018" +edition = "2021" license = "BSD-3-Clause" description = "A common application of ISO-TP or ISO 15762-2 is for example Unified Diagnostic Services (UDS) used in automotive ECUs for diagnostics." readme = "README.md"