Skip to content

Commit

Permalink
Set a reasonable min version for serde_json
Browse files Browse the repository at this point in the history
serde_json 1.0.25 brings in the json! macro that is used here
(https://github.com/serde-rs/json/releases/tag/v1.0.25)
  • Loading branch information
webmaster128 authored and GREsau committed Feb 26, 2023
1 parent 824993c commit 9dc816f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build = "build.rs"
[dependencies]
schemars_derive = { version = "=0.8.11", optional = true, path = "../schemars_derive" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_json = "1.0.25"
dyn-clone = "1.0"

chrono = { version = "0.4", default-features = false, optional = true }
Expand Down

0 comments on commit 9dc816f

Please sign in to comment.