Skip to content

Commit

Permalink
Merge pull request rust-bitcoin#31 from romanz/master
Browse files Browse the repository at this point in the history
Use latest version at docs.rs
  • Loading branch information
apoelstra authored Jul 24, 2018
2 parents 09caa2d + 9a7cfd7 commit 49ea989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
license = "CC0-1.0"
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/"
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."
keywords = [ "crypto", "ECDSA", "secp256k1", "libsecp256k1", "bitcoin" ]
readme = "README.md"
Expand Down

0 comments on commit 49ea989

Please sign in to comment.