Delete support for compilers without core::time

This commit is contained in:
David Tolnay
2023-07-30 20:51:55 -07:00
parent 27c8b2d66a
commit 4f59cd217a
7 changed files with 8 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.21"
rust-version = "1.25"
[dependencies]
serde_derive = { version = "=1.0.179", optional = true, path = "../serde_derive" }