From 60feaadd5eef10983992361cfff4e83747fdad5c Mon Sep 17 00:00:00 2001 From: febo Date: Sat, 18 Nov 2023 14:54:52 +0000 Subject: [PATCH] chore: Release mpl-token-metadata version 3.2.1 --- clients/rust/Cargo.lock | 2 +- clients/rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/rust/Cargo.lock b/clients/rust/Cargo.lock index 92464208..154e1577 100644 --- a/clients/rust/Cargo.lock +++ b/clients/rust/Cargo.lock @@ -2093,7 +2093,7 @@ dependencies = [ [[package]] name = "mpl-token-metadata" -version = "3.2.0" +version = "3.2.1" dependencies = [ "assert_matches", "borsh 0.9.3", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 41ff286a..072b9947 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpl-token-metadata" -version = "3.2.0" +version = "3.2.1" description = "Metaplex Token Metadata SDK" authors = ["Metaplex Developers "] repository = "https://github.com/metaplex-foundation/mpl-token-metadata"