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 f115888 commit ab0c478Copy full SHA for ab0c478
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.20.2-0.6.1
2
+
3
+- Add derives on error type [#72](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/72)
4
5
## v0.20.2-0.6.0
6
7
* Bump MSRV to rust 1.48.0 [#64](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/64)
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "bitcoinconsensus"
# The first part is the Bitcoin Core version, the second part is the version of this lib.
-version = "0.20.2-0.6.0"
+version = "0.20.2-0.6.1"
authors = ["Tamas Blummer <tamas.blummer@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"
0 commit comments