Delete support for compilers without dynamically sized Rc construction

This commit is contained in:
David Tolnay
2023-07-27 22:38:04 -07:00
parent 89976c2712
commit 27c8b2d66a
5 changed files with 8 additions and 51 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.20"
rust-version = "1.21"
[dependencies]
serde_derive = { version = "=1.0.179", optional = true, path = "../serde_derive" }