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"] }