Merge branch 'master' into public_command
This commit is contained in:
commit
04adefe8a2
|
@ -1,12 +1,12 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "bitcoin"
|
name = "bitcoin"
|
||||||
version = "0.11.0"
|
version = "0.11.1"
|
||||||
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
homepage = "https://github.com/apoelstra/rust-bitcoin/"
|
homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
||||||
repository = "https://github.com/apoelstra/rust-bitcoin/"
|
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
|
||||||
documentation = "https://www.wpsoftware.net/rustdoc/bitcoin/"
|
documentation = "https://docs.rs/bitcoin/0.11.1/secp256k1/"
|
||||||
description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies."
|
description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies."
|
||||||
keywords = [ "crypto", "bitcoin" ]
|
keywords = [ "crypto", "bitcoin" ]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in New Issue