From 76175dd82a263b9e25efe23c0ebc0256e7028819 Mon Sep 17 00:00:00 2001 From: Samuel Vanderwaal Date: Mon, 6 Jan 2025 09:24:05 -0900 Subject: [PATCH] chore: Release metaboss version 0.43.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5fc415..22f9255 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2052,7 +2052,7 @@ dependencies = [ [[package]] name = "metaboss" -version = "0.43.2" +version = "0.43.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8fa19fe..211c880 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metaboss" -version = "0.43.2" +version = "0.43.3" edition = "2021" description = "The Metaplex NFT-standard Swiss Army Knife tool." repository = "https://github.com/samuelvanderwaal/metaboss"