Bump version of ff-group-tests

This commit is contained in:
Luke Parker
2025-08-19 12:51:16 -04:00
parent 95c30720d2
commit 2c4de3bab4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -2634,7 +2634,7 @@ dependencies = [
[[package]]
name = "ff-group-tests"
version = "0.13.1"
version = "0.13.2"
dependencies = [
"bls12_381",
"ff",

View File

@@ -1,6 +1,6 @@
[package]
name = "ff-group-tests"
version = "0.13.1"
version = "0.13.2"
description = "A collection of sanity tests for implementors of ff/group APIs"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/crypto/ff-group-tests"