From ceb242644233013a4d84abff1aaf53cc7e854c7d Mon Sep 17 00:00:00 2001 From: Samuel Vanderwaal Date: Fri, 15 Mar 2024 22:46:25 -0800 Subject: [PATCH] bump metaboss_lib version --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f91f233..6b81b5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2075,8 +2075,9 @@ dependencies = [ [[package]] name = "metaboss_lib" -version = "0.17.2" -source = "git+https://github.com/samuelvanderwaal/metaboss_lib?branch=feat/simple-priority-fees#b9ac9375ae93904d3fc71483819ed74a09df89a7" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbe2d666defeabbc003f263a3413b88871f39248fc283c4595b03a9ef0b0f170" dependencies = [ "anyhow", "borsh 0.10.3", diff --git a/Cargo.toml b/Cargo.toml index 9345ea3..a21961c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ indicatif = { version = "0.16.2", features = ["rayon"] } jib = "0.8.0" lazy_static = "1.4.0" log = "0.4.20" -metaboss_lib = { git = "https://github.com/samuelvanderwaal/metaboss_lib", branch = "feat/simple-priority-fees" } +metaboss_lib = "0.18.0" mpl-token-metadata = { version = "3.2.3", features = ["serde"] } num_cpus = "1.16.0" once_cell = "1.19.0"