Raise required compiler for serde_derive to Rust 1.68

This commit is contained in:
David Tolnay
2025-10-19 14:52:29 -07:00
parent fae23fea97
commit 5a44519a9a
6 changed files with 10 additions and 10 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.65"
rust-version = "1.68"
[lib]
path = "lib.rs"