From e08ddbc613caf5f7615c669c7b87212db78f9033 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Mon, 5 Mar 2018 19:42:39 +0000 Subject: [PATCH] update github links in Cargo.toml, bump version number to republish --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a81756..61e7f7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,13 @@ [package] name = "secp256k1" -version = "0.8.3" +version = "0.8.4" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra " ] license = "CC0-1.0" -homepage = "https://github.com/apoelstra/rust-secp256k1/" -repository = "https://github.com/apoelstra/rust-secp256k1/" +homepage = "https://github.com/rust-bitcoin/rust-secp256k1/" +repository = "https://github.com/rust-bitcoin/rust-secp256k1/" +documentation = "https://docs.rs/secp256k1/0.8.4/secp256k1/" description = "Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities." keywords = [ "crypto", "ECDSA", "secp256k1", "libsecp256k1", "bitcoin" ] readme = "README.md"