Skip to content

Commit 6a9f124

Browse files
authored
include starknet-types-core std (#615)
1 parent c943cd8 commit 6a9f124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starknet-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ wasm-bindgen-test = "0.3.34"
3939

4040
[features]
4141
default = ["std"]
42-
std = ["dep:flate2", "starknet-crypto/std"]
42+
std = ["dep:flate2", "starknet-crypto/std", "starknet-types-core/std"]
4343
no_unknown_fields = []
4444

4545
[[bench]]

0 commit comments

Comments
 (0)