Delete support for compilers without inclusive range accessors

This commit is contained in:
David Tolnay
2023-07-30 20:59:38 -07:00
parent e77900fb94
commit 4dcf791706
7 changed files with 8 additions and 22 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.26"
rust-version = "1.27"
[dependencies]
serde_derive = { version = "=1.0.179", optional = true, path = "../serde_derive" }