release minor version of secp-sys with WASM fix
This commit is contained in:
parent
f02ff65102
commit
3ed7fb044c
|
@ -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**
|
||||||
|
|
|
@ -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>" ]
|
||||||
|
|
Loading…
Reference in New Issue