From 2706a367813056c6791a097012f3c0c22b494ea7 Mon Sep 17 00:00:00 2001 From: James Hinshelwood Date: Tue, 3 Sep 2024 16:59:49 +0100 Subject: [PATCH] Update `blst` to `0.3.13` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc794a0..6f42f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ ark-ec = { version = "0.4.2", optional = true } ark-ff = { version = "0.4.2", optional = true } ark-serialize = { version = "0.4.2", optional = true } arrayref = "0.3" -blst = { version = "=0.3.12" } +blst = { version = "=0.3.13" } elliptic-curve = { version = "0.13", features = ["hazmat"], default-features = false } ff = "0.13" group = { version = "0.13", features = ["tests"] }