Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #131 from devrandom/core2-release
Browse files Browse the repository at this point in the history
core2 0.3.0 was released
  • Loading branch information
apoelstra committed Jul 5, 2021
2 parents 22befa6 + 5c6f313 commit fb94813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ unstable = [] # for benchmarking
[dependencies]
serde = { version = "1.0", default-features = false, optional = true }
schemars = { version = "0.8.0", optional = true }
core2 = { version = "0.3.0-alpha.1", optional = true, default_features = false }
core2 = { version = "0.3.0", optional = true, default_features = false }

[dev-dependencies]
serde_test = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion embedded/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cortex-m-semihosting = "0.3.3"
panic-halt = "0.2.0"
alloc-cortex-m = { version = "0.4.1", optional = true }
bitcoin_hashes = { path="../", default-features = false, features = ["core2"] }
core2 = { version = "0.3.0-alpha.1", default_features = false }
core2 = { version = "0.3.0", default_features = false }

[[bin]]
name = "embedded"
Expand Down

0 comments on commit fb94813

Please sign in to comment.