From f511b0a38fa675324fc8ec7c9212f5adc811645a Mon Sep 17 00:00:00 2001 From: danenbm Date: Fri, 12 Jan 2024 23:19:03 +0000 Subject: [PATCH] chore: Release mpl-bubblegum version 1.2.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 8f90b16c..76ca0b6b 100644 --- a/clients/rust/Cargo.lock +++ b/clients/rust/Cargo.lock @@ -2246,10 +2246,10 @@ dependencies = [ [[package]] name = "mpl-bubblegum" -version = "1.1.0" +version = "1.2.0" dependencies = [ "assert_matches", - "borsh 0.10.3", + "borsh 0.9.3", "bytemuck", "kaigan", "num-derive 0.3.3", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 269419ab..42c360bc 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpl-bubblegum" -version = "1.1.0" +version = "1.2.0" description = "Metaplex Bubblegum SDK" authors = ["Metaplex Developers "] repository = "https://github.com/metaplex-foundation/mpl-bubblegum"