Skip to content

Commit ff7c347

Browse files
committed
Merge #457: secp256k1-sys: bump version to 0.6.0
79a4ee3 secp256k1-sys: bump version to 0.6.0 (Andrew Poelstra) Pull request description: Needed for release of secp256k1 0.23.0 ACKs for top commit: tcharding: ACK 79a4ee3 sanket1729: utACK 79a4ee3 Tree-SHA512: 25c35145a1b4bc4bc997e136b727345b5f43921efdc983fb5866a717ee2b2bab501c0801fa3e613672027f5b35117890a0384a396770cb59467405ae374079ee
2 parents 568f16a + 79a4ee3 commit ff7c347

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ global-context = ["std"]
3737
global-context-less-secure = ["global-context"]
3838

3939
[dependencies]
40-
secp256k1-sys = { version = "0.5.0", default-features = false, path = "./secp256k1-sys" }
40+
secp256k1-sys = { version = "0.6.0", default-features = false, path = "./secp256k1-sys" }
4141
serde = { version = "1.0", default-features = false, optional = true }
4242

4343
# You likely only want to enable these if you explicitly do not want to use "std", otherwise enable

secp256k1-sys/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
# 0.6.0 - 2022-06-21
3+
4+
* [Bump MSRV to 1.41](https://github.com/rust-bitcoin/rust-secp256k1/pull/331)
5+
* [Re-implement `Ord` on `PublicKey` using upstream ordering function](https://github.com/rust-bitcoin/rust-secp256k1/pull/449)
6+
27
# 0.5.1 - 2022-04-30
38

49
* [Fix WASM build](https://github.com/rust-bitcoin/rust-secp256k1/pull/421)

secp256k1-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secp256k1-sys"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
55
"Andrew Poelstra <[email protected]>",
66
"Steven Roose <[email protected]>" ]

0 commit comments

Comments
 (0)