Skip to content

Commit

Permalink
SFT-3618: Enable small-hash in bitcoin_hashes.
Browse files Browse the repository at this point in the history
* extmod/foundation-rust/Cargo.lock: Update lockfile.
* extmod/foundation-rust/Cargo.toml (dependencies) <bitcoin_hashes>: New
dependency, enable small-hash.
  • Loading branch information
jeandudey committed May 14, 2024
1 parent e20a4bf commit 4783cab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions extmod/foundation-rust/Cargo.lock

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

5 changes: 5 additions & 0 deletions extmod/foundation-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ license = "GPL-3.0-or-later"
name = "sizes"
required-features = ["std"]

[dependencies.bitcoin_hashes]
version = "0.13"
features = ["small-hash"]
default-features = false

[dependencies.minicbor]
version = "0.20"
default-features = false
Expand Down

0 comments on commit 4783cab

Please sign in to comment.