Bump minor version number
We had added a necessary include directory to build.rs but not updated the library on crates.io, so dependencies of rust-secp were failing to build. (However, on my local system I had secp installed in /usr/local/include, so I did not notice the problem until Travis pointed it out on a different project!)
This commit is contained in:
parent
2df3c0b37c
commit
54632bf789
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "secp256k1"
|
name = "secp256k1"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
||||||
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
|
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
|
|
Loading…
Reference in New Issue