From 57cc23137729302dcd9bf3571dc50ec935fa3baa Mon Sep 17 00:00:00 2001 From: MRain Date: Wed, 6 Nov 2024 16:09:08 -0500 Subject: [PATCH] bump jf-signature --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4024b7..a32d926 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1940,8 +1940,8 @@ dependencies = [ [[package]] name = "jf-signature" -version = "0.1.0" -source = "git+https://github.com/EspressoSystems/jellyfish.git?tag=0.4.5#7d71dbeff14f1a501b0b0dc391f1dffa1b8374fb" +version = "0.2.0" +source = "git+https://github.com/EspressoSystems/jellyfish.git?tag=jf-signature-v0.2.0#ca160ce3452b560cad512b750a742a87c48c5881" dependencies = [ "ark-bls12-381", "ark-bn254", diff --git a/Cargo.toml b/Cargo.toml index 862eda6..3eb5c78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tokio = { version = "1", default-features = false, features = [ "parking_lot", "tracing" ] } -jf-signature = { version = "0.1.0", git = "https://github.com/EspressoSystems/jellyfish.git", tag = "0.4.5", default-features = false, features = [ +jf-signature = { git = "https://github.com/EspressoSystems/jellyfish.git", tag = "jf-signature-v0.2.0", default-features = false, features = [ "std", "bls" ] } rand = "0.8"