Skip to content

Commit ae54801

Browse files
committed
Pin version of schemars because of problems with JsonSchema derive
1 parent c7bc930 commit ae54801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy_static = "1.4.0"
2020
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.4.0" }
2121
rand = "0.8.5"
2222
regex = "1.5.5"
23-
schemars = "0.8.8"
23+
schemars = "=0.8.8" # https://github.com/GREsau/schemars/pull/83 (in 0.8.9) introduces problems with #derive(JsonSchema) and generics. See https://github.com/GREsau/schemars/issues/144
2424
serde = { version = "1.0.136", features = ["derive"] }
2525
serde_json = "1.0.79"
2626
serde_yaml = "0.8.23"

0 commit comments

Comments
 (0)