Skip to content

Commit

Permalink
SFT-3618: Use lowmemory for secp256k1.
Browse files Browse the repository at this point in the history
* extmod/foundation-rust/Cargo.toml (dependencies) <secp256k1>: Enable
lowmemory feature.
  • Loading branch information
jeandudey committed May 14, 2024
1 parent a1d0819 commit e20a4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extmod/foundation-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ features = ["critical-section"]
[dependencies.secp256k1]
version = "0.27"
default-features = false
features = ["rand"]
features = ["lowmemory", "rand"]

[dependencies.rand]
version = "0.8.5"
Expand Down

0 comments on commit e20a4bf

Please sign in to comment.