Update rust-version metadata and readme to match CI

This commit is contained in:
David Tolnay
2023-01-12 21:19:16 -08:00
parent 1a3a49ce7c
commit d81f0ef652
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ 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.13"
rust-version = "1.19"
[dependencies]
serde_derive = { version = "=1.0.152", optional = true, path = "../serde_derive" }