We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02ff65 commit 3ed7fb0Copy full SHA for 3ed7fb0
secp256k1-sys/CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+# 0.5.1 - 2022-04-30
3
+
4
+* [Fix WASM build](https://github.com/rust-bitcoin/rust-secp256k1/pull/421)
5
6
# 0.3.0 - 2020-08-27
7
8
* **Update MSRV to 1.29.0**
secp256k1-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "secp256k1-sys"
-version = "0.5.0"
+version = "0.5.1"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>",
"Steven Roose <steven@stevenroose.org>" ]
0 commit comments