Skip to content

Commit

Permalink
include starknet-types-core std (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy authored Jul 15, 2024
1 parent c943cd8 commit 6a9f124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ wasm-bindgen-test = "0.3.34"

[features]
default = ["std"]
std = ["dep:flate2", "starknet-crypto/std"]
std = ["dep:flate2", "starknet-crypto/std", "starknet-types-core/std"]
no_unknown_fields = []

[[bench]]
Expand Down

0 comments on commit 6a9f124

Please sign in to comment.