Raise required compiler for serde_derive to 1.61

This is the rust-version declared by recent versions of Syn.
This commit is contained in:
David Tolnay
2024-10-21 18:15:01 -07:00
parent 6a7de26e5a
commit 991e344804
5 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ homepage = "https://serde.rs"
keywords = ["serde", "serialization"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/serde-rs/serde"
rust-version = "1.56"
rust-version = "1.61"
[lib]
path = "lib.rs"