Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 379af3d

Browse files
committed
Pin schemars <= 0.8.3 Until bugfix lands
1 parent 7b2b915 commit 379af3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ unstable = [] # for benchmarking
2626

2727
[dependencies]
2828
serde = { version = "1.0", default-features = false, optional = true }
29-
schemars = { version = "0.8.0", optional = true }
29+
schemars = { version = "<=0.8.3", optional = true }
3030
core2 = { version = "0.3.0", optional = true, default_features = false }
3131

3232
[dev-dependencies]

extended_tests/schemars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ features = ['schemars', 'serde']
1212
[dependencies]
1313
jsonschema-valid = "^0.4.0"
1414
serde = { version = "1.0", default-features = false}
15-
schemars = { version = "0.8.0"}
15+
schemars = { version = "<=0.8.3"}
1616
serde_test = "1.0"
1717
serde_json = "1.0"

0 commit comments

Comments
 (0)