From 41fae73e63b58bb44d1d6c4a9181088668461ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Thu, 26 Sep 2024 13:12:10 +0200 Subject: [PATCH] chore: bump tfhe to 0.8.0-alpha.10 --- tfhe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 30330a3131..b60e3f4bc3 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe" -version = "0.8.0-alpha.9" +version = "0.8.0-alpha.10" edition = "2021" readme = "../README.md" keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]