From 43e38e463f8f148ccc6ebd9c02c0942a67ebfdc8 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sat, 29 Oct 2022 05:14:29 -0400 Subject: [PATCH] Update FROST version --- 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 81afb57a..e496129d 100644 --- a/crypto/frost/Cargo.toml +++ b/crypto/frost/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "modular-frost" -version = "0.3.0" +version = "0.4.0" description = "Modular implementation of FROST over ff/group" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/crypto/frost"