mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 06:11:03 +00:00
Switch all crates to edition 2021
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user