From ff9eb848ba973daf6b97bdb68d22a96251cc3ec4 Mon Sep 17 00:00:00 2001 From: STEVAN Antoine <antoine.stevan@isae-supaero.fr> Date: Fri, 24 May 2024 07:55:45 +0000 Subject: [PATCH] bump PLNK to 0.7.0 (dragoon/komodo!106) this will use PLNK version 0.7.0 with prettier progress bars. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6490d6b..d17a0872 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ ark-serialize = "0.4.2" ark-std = "0.4.0" clap = { version = "4.5.4", features = ["derive"] } indicatif = "0.17.8" -plnk = { git = "https://gitlab.isae-supaero.fr/a.stevan/plnk", tag = "0.6.0", version = "0.6.0" } +plnk = { git = "https://gitlab.isae-supaero.fr/a.stevan/plnk", tag = "0.7.0", version = "0.7.0" } rand = "0.8.5" rs_merkle = "1.4.1" thiserror = "1.0.50" -- GitLab