From 6775fb471efdf6f789394b2a2700cf219752d9b0 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 24 Jun 2022 18:59:28 -0400 Subject: [PATCH] Version bump Transcript trait Preparation for yanking 0.1.0 which had an insecure format due to lack of length prefixing labels. --- crypto/transcript/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/transcript/Cargo.toml b/crypto/transcript/Cargo.toml index 989db342..64445baa 100644 --- a/crypto/transcript/Cargo.toml +++ b/crypto/transcript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transcript-trait" -version = "0.1.0" +version = "0.1.1" description = "A simple transcript trait definition" license = "MIT" repository = "https://github.com/serai-dex/serai"