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 65ff814 commit ca3caf9Copy full SHA for ca3caf9
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "secp256k1"
3
-version = "0.20.0"
+version = "0.20.1"
4
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
5
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
6
license = "CC0-1.0"
@@ -56,4 +56,4 @@ required-features = ["rand"]
56
57
[workspace]
58
members = ["secp256k1-sys"]
59
-exclude = ["no_std_test"]
+exclude = ["no_std_test"]
0 commit comments