From 9a87c4ab923a18918b6ff7886b87351d4d35c058 Mon Sep 17 00:00:00 2001 From: Ameer Ghani Date: Thu, 14 Sep 2023 11:40:05 -0400 Subject: [PATCH] Bump version to 0.10.2 (#750) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c85ae79a..99a93ffad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -865,7 +865,7 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "prio" -version = "0.10.1" +version = "0.10.2" dependencies = [ "aes", "aes-gcm", diff --git a/Cargo.toml b/Cargo.toml index 4e55e7095..8197309e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prio" -version = "0.10.1" +version = "0.10.2" authors = ["Josh Aas ", "Tim Geoghegan ", "Christopher Patton "] edition = "2021" description = "Implementation of the Prio aggregation system core: https://crypto.stanford.edu/prio/"