Bump version

This commit is contained in:
Sean Bowe 2017-11-13 01:36:54 -07:00
parent 7df272b349
commit 3ee1a576f4
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ homepage = "https://github.com/ebfull/bellman"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
name = "bellman" name = "bellman"
repository = "https://github.com/ebfull/bellman" repository = "https://github.com/ebfull/bellman"
version = "0.0.4" version = "0.0.5"
[dependencies] [dependencies]
rand = "0.3" rand = "0.3"
@ -19,4 +19,3 @@ pairing = "0.13"
[features] [features]
default = [] default = []
u128-support = ["pairing/u128-support"]