Skip to content

Commit 6fb7729

Browse files
committed
Another dep fix
1 parent 12b9d3c commit 6fb7729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ phf = "0.8"
2727
precomputed-hash = "0.1"
2828
smallvec = "1.0"
2929
serde = { version = "1.0.123", features = ["derive"], optional = true }
30-
schemars = { version = "*", features = ["smallvec"], optional = true }
30+
schemars = { version = "0.8.11", features = ["smallvec"], optional = true }
3131

3232
[build-dependencies]
3333
phf_codegen = "0.8"

0 commit comments

Comments
 (0)