Switch all crates to edition 2021

This commit is contained in:
Oli Scherer
2025-03-05 09:51:32 +00:00
parent 6ac8049b92
commit e3a4165363
6 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.29.1"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
description = "AST representation used by Serde derive macros. Unstable."
documentation = "https://docs.rs/serde_derive_internals"
edition = "2015"
edition = "2021"
exclude = ["build.rs"]
homepage = "https://serde.rs"
keywords = ["serde", "serialization"]