Skip to content

Commit

Permalink
chore(rust): Fix CLI dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Sep 14, 2024
1 parent 4349227 commit c278673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jsonschema-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license.workspace = true

[dependencies]
clap = { version = "4.5", features = ["derive"] }
jsonschema = { version = "*", path = "../jsonschema/" }
jsonschema = { version = "0.19.0", path = "../jsonschema/" }
serde_json.workspace = true

[[bin]]
Expand Down

0 comments on commit c278673

Please sign in to comment.