fix: Missing features from the main crate

Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
This commit is contained in:
Dmitry Dygalo 2024-03-03 01:26:52 +01:00 committed by Dmitry Dygalo
parent 6ae63dc564
commit f0828cba01
1 changed files with 1 additions and 1 deletions

View File

@ -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"