From 0de8bfabb64c0e09713a3c25902a9f496c4e4fde Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Mon, 4 May 2015 10:33:53 -0500 Subject: [PATCH] Fix typo in Andrew's email address; remove rust-crypto dependency --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4cfd4a..1322f1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "secp256k1" -version = "0.1.0" +version = "0.1.2" authors = [ "Dawid Ciężarkiewicz ", - "Andrew Poelstra " ] license = "CC0-1.0" homepage = "https://github.com/apoelstra/rust-secp256k1/" repository = "https://github.com/apoelstra/rust-secp256k1/" @@ -18,7 +18,6 @@ path = "src/lib.rs" [dependencies] rand = "0.3" -rust-crypto = "0.2" libc = "0.1" rustc-serialize = "0.3" serde = "0.3"