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 a5918c6 commit 580aba8Copy full SHA for 580aba8
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.23.3 - 2022-06-29
2
+
3
+* [Add must_use for mut self key manipulation methods](https://github.com/rust-bitcoin/rust-secp256k1/pull/465)
4
+* [Fix fuzzing feature guard](https://github.com/rust-bitcoin/rust-secp256k1/pull/466)
5
6
# 0.23.2 - 2022-06-27
7
8
* [Move `cbor` to dev-dependencies](https://github.com/rust-bitcoin/rust-secp256k1/pull/461)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "secp256k1"
-version = "0.23.2"
+version = "0.23.3"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0"
0 commit comments