Merge pull request #31 from romanz/master
Use latest version at docs.rs
This commit is contained in:
commit
49ea989d85
|
@ -7,7 +7,7 @@ authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
homepage = "https://github.com/rust-bitcoin/rust-secp256k1/"
|
homepage = "https://github.com/rust-bitcoin/rust-secp256k1/"
|
||||||
repository = "https://github.com/rust-bitcoin/rust-secp256k1/"
|
repository = "https://github.com/rust-bitcoin/rust-secp256k1/"
|
||||||
documentation = "https://docs.rs/secp256k1/0.8.4/secp256k1/"
|
documentation = "https://docs.rs/secp256k1/"
|
||||||
description = "Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities."
|
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" ]
|
keywords = [ "crypto", "ECDSA", "secp256k1", "libsecp256k1", "bitcoin" ]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in New Issue