From cb0deadf9a5ec3f072bc95d6fd501b5b0061de43 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 18 Aug 2025 04:59:23 -0400 Subject: [PATCH] Version bump flexible-transcript --- 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 566ad56b..39d84bb9 100644 --- a/crypto/transcript/Cargo.toml +++ b/crypto/transcript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flexible-transcript" -version = "0.3.2" +version = "0.3.3" description = "A simple transcript trait definition, along with viable options" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/crypto/transcript"