Skip to content

Commit 9dc816f

Browse files
webmaster128GREsau
authored andcommitted
Set a reasonable min version for serde_json
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)
1 parent 824993c commit 9dc816f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build = "build.rs"
1515
[dependencies]
1616
schemars_derive = { version = "=0.8.11", optional = true, path = "../schemars_derive" }
1717
serde = { version = "1.0", features = ["derive"] }
18-
serde_json = "1.0"
18+
serde_json = "1.0.25"
1919
dyn-clone = "1.0"
2020

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

0 commit comments

Comments
 (0)