Skip to content

Commit

Permalink
Add json-schema to casper types (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac authored Oct 15, 2024
1 parent 2227d5a commit c2780cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ std-fs-io = ["casper-types/std-fs-io"]
[dependencies]
async-trait = { version = "0.1.59", default-features = false, optional = true }
base16 = "0.2.1"
casper-types = { version = "5.0.0", features = ["std"] }
casper-types = { version = "5.0.0", features = ["std", "json-schema"] }
clap = { version = "~4.4", features = ["cargo", "deprecated"], optional = true }
clap_complete = { version = "~4.4", default-features = false, optional = true }
hex-buffer-serde = "0.4.0"
Expand Down

0 comments on commit c2780cd

Please sign in to comment.