From 9d376d29e12150136aa1ae54c6931e3e420ac5a1 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 15 Oct 2022 22:34:12 -0400 Subject: [PATCH] Bump FROST version to publish a v11-compliant lib --- crypto/frost/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/frost/Cargo.toml b/crypto/frost/Cargo.toml index 4a284b66..52bb7d96 100644 --- a/crypto/frost/Cargo.toml +++ b/crypto/frost/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "modular-frost" -version = "0.2.3" +version = "0.2.4" description = "Modular implementation of FROST over ff/group" license = "MIT" repository = "https://github.com/serai-dex/serai"