Skip to content

Commit a0064c2

Browse files
committed
Merge #439: release minor version of secp-sys with WASM fix
3ed7fb0 release minor version of secp-sys with WASM fix (Andrew Poelstra) Pull request description: Would like to get this quickly merged and published before we merge the breaking edition stuff. ACKs for top commit: tcharding: ACK 3ed7fb0 elichai: ACK 3ed7fb0 Tree-SHA512: 02bade244b3e59ab438432ae9a01e75a41052c6d714d6485caeb88cfa3d0e3b0f3f970d339ceb24c2c4eb8f2d8ae4be2339272ab72a3115148ad0943c853efea
2 parents a30e9bb + 3ed7fb0 commit a0064c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

secp256k1-sys/CHANGELOG.md

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

2+
# 0.5.1 - 2022-04-30
3+
4+
* [Fix WASM build](https://github.com/rust-bitcoin/rust-secp256k1/pull/421)
5+
26
# 0.3.0 - 2020-08-27
37

48
* **Update MSRV to 1.29.0**

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.0"
3+
version = "0.5.1"
44
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
55
"Andrew Poelstra <apoelstra@wpsoftware.net>",
66
"Steven Roose <steven@stevenroose.org>" ]

0 commit comments

Comments
 (0)