Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Use Patched jsonschema-valid dependencies for MSRV compat
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRubin committed Apr 5, 2021
1 parent 3711ab1 commit 675fb35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ serde = { version = "1.0", default-features = false, optional = true }
serde_test = "1.0"
serde_json = "1.0"

[dev-dependencies.jsonschema-valid]
version = "0.4.1-alpha.1"
package = "jsonschema-valid-compat"

[target.wasm32-unknown-unknown.dev-dependencies]
wasm-bindgen-test = "0.3"

0 comments on commit 675fb35

Please sign in to comment.