Skip to content

Commit

Permalink
fix: std not enabled for starknet-types-core (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI authored Jun 29, 2024
1 parent 36bcc5d commit 1ea9e72
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starknet-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ starknet-types-core = { version = "0.1.3", default-features = false, features =

[features]
default = ["std", "signature-display"]
std = []
std = ["starknet-types-core/std"]
alloc = ["hex?/alloc", "starknet-types-core/alloc"]
signature-display = ["dep:hex", "alloc"]

Expand Down

0 comments on commit 1ea9e72

Please sign in to comment.