From f8cc3b08ddb167bb014150985742ba01b4c45ee3 Mon Sep 17 00:00:00 2001 From: "Bramm, Georg" Date: Fri, 31 Jul 2020 11:55:28 +0200 Subject: [PATCH] v0.2.2 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a2088d..e153c1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rabe" -version = "0.2.1" +version = "0.2.2" description = "ABE Schemes implemented in rust." authors = [ "Schanzenbach, Martin ", @@ -11,6 +11,7 @@ license = "MIT" [lib] name="rabe" crate-type=["rlib", "cdylib"] +bench = false [dependencies] arrayref = "0.3.4"