From d95cbe064ef0bfd0ce2d01582110e29fbc22afbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Tue, 1 Aug 2023 13:58:35 +0200 Subject: [PATCH] Update edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9e1a5a..ca54639 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ categories = ["embedded", "encoding", "no-std"] keywords = ["serde", "cbor", "rust", "no-std"] repository = "https://github.com/nickray/serde-indexed" readme = "README.md" -edition = "2018" +edition = "2021" [lib] proc-macro = true