Delete support for compilers without NonZero integer types

This commit is contained in:
David Tolnay
2023-07-30 21:05:06 -07:00
parent 92e91b3557
commit a57a324d72
6 changed files with 7 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,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.27"
rust-version = "1.28"
[dependencies]
serde_derive = { version = "=1.0.179", optional = true, path = "../serde_derive" }