From 3ee1a576f4a0c2ad9d8420aedebe429a1f8dfc6b Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Mon, 13 Nov 2017 01:36:54 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1b7dfcfe4..32c66b9a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/ebfull/bellman" license = "MIT/Apache-2.0" name = "bellman" repository = "https://github.com/ebfull/bellman" -version = "0.0.4" +version = "0.0.5" [dependencies] rand = "0.3" @@ -19,4 +19,3 @@ pairing = "0.13" [features] default = [] -u128-support = ["pairing/u128-support"]