From 5d97f20f8b0476cae5b57a1bb5d839a0af3945b0 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Wed, 30 Sep 2020 17:30:31 -0700 Subject: [PATCH] Release v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c1f10402..d4ab36905 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prio" -version = "0.1.1" +version = "0.2.0" authors = ["Josh Aas ", "Karl Tarbe "] edition = "2018" description = "Implementation of the Prio aggregation system core: https://crypto.stanford.edu/prio/"