Skip to content

Commit

Permalink
Merge pull request #617 from Xanewok/serde-no-std-error
Browse files Browse the repository at this point in the history
Require serde >= 1.0.100 due to no_std-related Error re-export
  • Loading branch information
dtolnay committed Feb 7, 2020
2 parents 39ed887 + 8fdfedb commit b4d56a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -17,7 +17,7 @@ travis-ci = { repository = "serde-rs/json" }
appveyor = { repository = "serde-rs/json" }

[dependencies]
serde = { version = "1.0.60", default-features = false }
serde = { version = "1.0.100", default-features = false }
indexmap = { version = "1.2", optional = true }
itoa = { version = "0.4.3", default-features = false }
ryu = "1.0"
Expand Down

0 comments on commit b4d56a7

Please sign in to comment.