Skip to content

Commit

Permalink
Fix rust-version in Cargo.toml
Browse files Browse the repository at this point in the history
Closes #2168.
  • Loading branch information
dtolnay committed Jan 25, 2022
1 parent 02bd79a commit 404a1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "serde"
version = "1.0.136" # remember to update html_root_url and serde_derive dependency
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
rust-version = "1.15"
rust-version = "1.13"
license = "MIT OR Apache-2.0"
description = "A generic serialization/deserialization framework"
homepage = "https://serde.rs"
Expand Down

0 comments on commit 404a1d1

Please sign in to comment.