From 7ca7fd29cb1a6fd57922a9b368b6fc6f86e24c86 Mon Sep 17 00:00:00 2001 From: febo Date: Tue, 1 Aug 2023 00:00:16 +0100 Subject: [PATCH] chore: Release mpl-utils version 0.3.1 --- core/rust/utils/Cargo.lock | 2 +- core/rust/utils/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/rust/utils/Cargo.lock b/core/rust/utils/Cargo.lock index 5299c02b53..04e716269e 100644 --- a/core/rust/utils/Cargo.lock +++ b/core/rust/utils/Cargo.lock @@ -817,7 +817,7 @@ dependencies = [ [[package]] name = "mpl-utils" -version = "0.3.0" +version = "0.3.1" dependencies = [ "arrayref", "solana-program", diff --git a/core/rust/utils/Cargo.toml b/core/rust/utils/Cargo.toml index d36fe9886c..d4e8f3116b 100644 --- a/core/rust/utils/Cargo.toml +++ b/core/rust/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpl-utils" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "MPL Core Utils library" authors = ["Metaplex Developers "]