From 872547d650c810481d9ed9dd49b2aae3ab67d71e Mon Sep 17 00:00:00 2001 From: Ameer Ghani Date: Thu, 14 Sep 2023 11:40:02 -0400 Subject: [PATCH] Bump version to 0.12.3 (#749) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ae372af0..2e8b98042 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -904,7 +904,7 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "prio" -version = "0.12.2" +version = "0.12.3" dependencies = [ "aes", "aes-gcm", diff --git a/Cargo.toml b/Cargo.toml index 6b2026f22..f80b984b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prio" -version = "0.12.2" +version = "0.12.3" authors = ["Josh Aas ", "Tim Geoghegan ", "Christopher Patton "] edition = "2021" exclude = ["/supply-chain"]