Reflect serde_derive required compiler in build script and rust-version metadata

This commit is contained in:
David Tolnay
2023-03-17 17:34:46 -07:00
parent 5b8e0657d4
commit c42e7c8012
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ include = ["lib.rs", "src/**/*.rs", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["serde", "serialization"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/serde-rs/serde"
rust-version = "1.31"
rust-version = "1.56"
[lib]
path = "lib.rs"