Update to 2018 edition

This commit is contained in:
David Tolnay
2023-07-30 21:41:07 -07:00
parent ab90fbc7c9
commit 830528d5b1
3 changed files with 13 additions and 18 deletions
+2 -1
View File
@@ -6,12 +6,13 @@ build = "build.rs"
categories = ["encoding", "no-std", "no-std::no-alloc"]
description = "A generic serialization/deserialization framework"
documentation = "https://docs.rs/serde"
edition = "2018"
homepage = "https://serde.rs"
keywords = ["serde", "serialization", "no_std"]
license = "MIT OR Apache-2.0"
readme = "crates-io.md"
repository = "https://github.com/serde-rs/serde"
rust-version = "1.30"
rust-version = "1.31"
[dependencies]
serde_derive = { version = "=1.0.179", optional = true, path = "../serde_derive" }