From fbbe665698ae5d55c3c2f8ab66f8f3bd722f3a17 Mon Sep 17 00:00:00 2001 From: Jeb Bearer Date: Mon, 16 May 2022 18:20:39 -0700 Subject: [PATCH] Update tagged-base64 (#66) --- utilities/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index 279cfc985..959786df6 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" [dependencies] jf-utils-derive = { path = "../utilities_derive" } -tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", branch = "main"} +tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.2.0" } ark-std = { version = "0.3.0", default-features = false } ark-ff = { version = "0.3.0", default-features = false, features = ["asm", "parallel"] }