Skip to content

Commit 1ea9e72

Browse files
authored
fix: std not enabled for starknet-types-core (#619)
1 parent 36bcc5d commit 1ea9e72

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Cargo.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starknet-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ starknet-types-core = { version = "0.1.3", default-features = false, features =
2929

3030
[features]
3131
default = ["std", "signature-display"]
32-
std = []
32+
std = ["starknet-types-core/std"]
3333
alloc = ["hex?/alloc", "starknet-types-core/alloc"]
3434
signature-display = ["dep:hex", "alloc"]
3535

0 commit comments

Comments
 (0)