From 5bea30dbb92b23826059c93bc72c2a20916c9808 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Mon, 4 May 2015 10:26:45 -0500 Subject: [PATCH] Update Cargo.toml for crates.io metadata; this marks the "official" 0.1.0 release --- Cargo.toml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 07077cc..a4cfd4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,25 @@ [package] name = "secp256k1" -version = "0.0.1" +version = "0.1.0" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra