From 965b60860afdf5c73092563b83e534411d088327 Mon Sep 17 00:00:00 2001 From: febo Date: Fri, 6 Oct 2023 17:46:00 +0000 Subject: [PATCH] chore: Release mpl-token-metadata version 3.1.0 --- clients/rust/Cargo.lock | 4 ++-- clients/rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/rust/Cargo.lock b/clients/rust/Cargo.lock index e0caab7c..8911981a 100644 --- a/clients/rust/Cargo.lock +++ b/clients/rust/Cargo.lock @@ -2093,10 +2093,10 @@ dependencies = [ [[package]] name = "mpl-token-metadata" -version = "3.0.2" +version = "3.1.0" dependencies = [ "assert_matches", - "borsh 0.10.3", + "borsh 0.9.3", "num-derive", "num-traits", "serde", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 925f415c..b56b2f6a 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpl-token-metadata" -version = "3.0.2" +version = "3.1.0" description = "Metaplex Token Metadata SDK" authors = ["Metaplex Developers "] repository = "https://github.com/metaplex-foundation/mpl-token-metadata"