From bfd51a1bf5897d4a3a284d2b520c9e2243f9797d Mon Sep 17 00:00:00 2001 From: danenbm Date: Fri, 24 May 2024 00:14:06 +0000 Subject: [PATCH] chore: Release mpl-core version 0.7.0 --- Cargo.lock | 2 +- clients/rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59ce0644..5210414b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2281,7 +2281,7 @@ dependencies = [ [[package]] name = "mpl-core" -version = "0.6.1" +version = "0.7.0" dependencies = [ "anchor-lang", "assert_matches", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 9eb3f02a..3e8a3158 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.6.1" +version = "0.7.0" edition = "2021" readme = "README.md" license-file = "../../LICENSE"