Skip to content

Commit

Permalink
Another dep fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 4, 2023
1 parent 12b9d3c commit 6fb7729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ phf = "0.8"
precomputed-hash = "0.1"
smallvec = "1.0"
serde = { version = "1.0.123", features = ["derive"], optional = true }
schemars = { version = "*", features = ["smallvec"], optional = true }
schemars = { version = "0.8.11", features = ["smallvec"], optional = true }

[build-dependencies]
phf_codegen = "0.8"

0 comments on commit 6fb7729

Please sign in to comment.