Skip to content

Commit

Permalink
fix: Missing features from the main crate
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Mar 3, 2024
1 parent 6ae63dc commit 2f704e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ built = { version = "0.7.1", features = ["cargo-lock", "chrono"] }
path = "../../jsonschema"
version = "*"
default-features = false
features = ["resolve-http", "resolve-file"]
features = ["resolve-http", "resolve-file", "draft201909", "draft202012"]

[dependencies]
serde_json = "1.0.91"
Expand Down

0 comments on commit 2f704e4

Please sign in to comment.