From c3022a79e52b066601fcd4c58af38eda3488b4c0 Mon Sep 17 00:00:00 2001 From: Tim Geoghegan Date: Thu, 11 Nov 2021 14:04:00 -0800 Subject: [PATCH] bump crate version to 0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 570997c4..5a3ffb79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "prio" -version = "0.5.0" +version = "0.6.1" dependencies = [ "aes", "aes-gcm", diff --git a/Cargo.toml b/Cargo.toml index 89baf33d..42da7fc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prio" -version = "0.5.0" +version = "0.6.1" authors = ["Josh Aas ", "Tim Geoghegan ", "Christopher Patton "] edition = "2018" description = "Implementation of the Prio aggregation system core: https://crypto.stanford.edu/prio/"