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 07ef3a1 commit 845bff2Copy full SHA for 845bff2
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+
2
+# 0.15.4 - 2019-09-06
3
4
+- Add `rand-std` feature.
5
+- Pin the cc build-dep version to `< 1.0.42` to remain
6
+ compatible with rustc 1.22.0.
7
+- Changed all `as_*ptr()` to a new safer `CPtr` trait
8
9
# 0.15.2 - 2019-08-08
10
11
- Add feature `lowmemory` that reduces the EC mult window size to require
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "secp256k1"
-version = "0.15.3"
+version = "0.15.4"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0"
0 commit comments