From ec08909b25b616381d8b195967e030a26c870ebb Mon Sep 17 00:00:00 2001 From: nhanphan Date: Wed, 10 Apr 2024 03:11:44 +0000 Subject: [PATCH] chore: Release mpl-core version 0.4.3 --- Cargo.lock | 2 +- clients/rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1911d0f3..a80eee17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2080,7 +2080,7 @@ dependencies = [ [[package]] name = "mpl-core" -version = "0.4.2" +version = "0.4.3" dependencies = [ "assert_matches", "base64 0.22.0", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 6d20f37d..3b80ed3b 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -2,7 +2,7 @@ name = "mpl-core" description = "A flexible digital asset standard for Solana" repository = "https://github.com/metaplex-foundation/mpl-core" -version = "0.4.2" +version = "0.4.3" edition = "2021" readme = "README.md" license-file = "../../LICENSE"