release minor version of secp-sys with WASM fix

This commit is contained in:
Andrew Poelstra 2022-04-30 16:14:52 +00:00
parent f02ff65102
commit 3ed7fb044c
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# 0.5.1 - 2022-04-30
* [Fix WASM build](https://github.com/rust-bitcoin/rust-secp256k1/pull/421)
# 0.3.0 - 2020-08-27 # 0.3.0 - 2020-08-27
* **Update MSRV to 1.29.0** * **Update MSRV to 1.29.0**

View File

@ -1,6 +1,6 @@
[package] [package]
name = "secp256k1-sys" name = "secp256k1-sys"
version = "0.5.0" version = "0.5.1"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>", authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>", "Andrew Poelstra <apoelstra@wpsoftware.net>",
"Steven Roose <steven@stevenroose.org>" ] "Steven Roose <steven@stevenroose.org>" ]