From 774ddd1892e4136031250efca477a7b14b807a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Fri, 28 Jul 2023 18:45:23 -0400 Subject: [PATCH] chore: Use dev dependency for blstrs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8ed4881..884b953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [workspace.dependencies] blake2s_simd = "1.0.1" -blstrs = "0.7.0" +blstrs = { git="https://github.com/lurk-lab/blstrs.git", branch="dev" } byteorder = "1" ff = "0.13.0" rand_core = "0.6"