We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b9d3c commit 6fb7729Copy full SHA for 6fb7729
selectors/Cargo.toml
@@ -27,7 +27,7 @@ phf = "0.8"
27
precomputed-hash = "0.1"
28
smallvec = "1.0"
29
serde = { version = "1.0.123", features = ["derive"], optional = true }
30
-schemars = { version = "*", features = ["smallvec"], optional = true }
+schemars = { version = "0.8.11", features = ["smallvec"], optional = true }
31
32
[build-dependencies]
33
phf_codegen = "0.8"
0 commit comments