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

Commit fb94813

Browse files
authored
Merge pull request #131 from devrandom/core2-release
core2 0.3.0 was released
2 parents 22befa6 + 5c6f313 commit fb94813

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ unstable = [] # for benchmarking
2727
[dependencies]
2828
serde = { version = "1.0", default-features = false, optional = true }
2929
schemars = { version = "0.8.0", optional = true }
30-
core2 = { version = "0.3.0-alpha.1", optional = true, default_features = false }
30+
core2 = { version = "0.3.0", optional = true, default_features = false }
3131

3232
[dev-dependencies]
3333
serde_test = "1.0"

embedded/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cortex-m-semihosting = "0.3.3"
1515
panic-halt = "0.2.0"
1616
alloc-cortex-m = { version = "0.4.1", optional = true }
1717
bitcoin_hashes = { path="../", default-features = false, features = ["core2"] }
18-
core2 = { version = "0.3.0-alpha.1", default_features = false }
18+
core2 = { version = "0.3.0", default_features = false }
1919

2020
[[bin]]
2121
name = "embedded"

0 commit comments

Comments
 (0)