Raise required compiler for serde_derive to Rust 1.65

This commit is contained in:
David Tolnay
2025-10-19 14:52:24 -07:00
parent b517ec9fd7
commit d656b4dd6a
6 changed files with 14 additions and 14 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.61"
rust-version = "1.65"
[lib]
path = "lib.rs"