From 3a5773a6988f354a17d8228ea206579f4394156a Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Mon, 5 Mar 2018 19:44:44 +0000 Subject: [PATCH] update docs and github links for transfer to rust-bitcoin org --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c578102..5b9b06a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "bitcoin" -version = "0.11.0" +version = "0.11.1" authors = ["Andrew Poelstra "] license = "CC0-1.0" -homepage = "https://github.com/apoelstra/rust-bitcoin/" -repository = "https://github.com/apoelstra/rust-bitcoin/" -documentation = "https://www.wpsoftware.net/rustdoc/bitcoin/" +homepage = "https://github.com/rust-bitcoin/rust-bitcoin/" +repository = "https://github.com/rust-bitcoin/rust-bitcoin/" +documentation = "https://docs.rs/bitcoin/0.11.1/secp256k1/" description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies." keywords = [ "crypto", "bitcoin" ] readme = "README.md"