Skip to content

Commit 59306d1

Browse files
committed
Removed fixed schemars version (#418)
## Description Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 080d20e commit 59306d1

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.6"
23-
schemars = "=0.8.10" # 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
23+
schemars = "0.8.10"
2424
serde = { version = "1.0.137", features = ["derive"] }
2525
serde_json = "1.0.81"
2626
serde_yaml = "0.8.24"

0 commit comments

Comments
 (0)