Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramm, Georg committed Jul 31, 2020
1 parent 6da4222 commit f8cc3b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rabe"
version = "0.2.1"
version = "0.2.2"
description = "ABE Schemes implemented in rust."
authors = [
"Schanzenbach, Martin <[email protected]>",
Expand All @@ -11,6 +11,7 @@ license = "MIT"
[lib]
name="rabe"
crate-type=["rlib", "cdylib"]
bench = false

[dependencies]
arrayref = "0.3.4"
Expand Down

0 comments on commit f8cc3b0

Please sign in to comment.