From b12e22c9c5a4c6ef11927fb8d4864feee7df35c1 Mon Sep 17 00:00:00 2001 From: Michael Danenberg <56533526+danenbm@users.noreply.github.com> Date: Mon, 9 Oct 2023 03:02:02 -0700 Subject: [PATCH] Update spl-noop --- blockbuster/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockbuster/Cargo.toml b/blockbuster/Cargo.toml index ba850dc..14e22a1 100644 --- a/blockbuster/Cargo.toml +++ b/blockbuster/Cargo.toml @@ -10,7 +10,7 @@ readme = "../README.md" [dependencies] spl-account-compression = { version = "0.2.0", features = ["no-entrypoint"] } -spl-noop = { version = "0.1.3", features = ["no-entrypoint"] } +spl-noop = { version = "0.2.0", features = ["no-entrypoint"] } mpl-bubblegum = "1.0.1-beta.1" mpl-candy-guard = { version="2.0.0", features = ["no-entrypoint"] } mpl-candy-machine-core = { version = "2.0.0", features = ["no-entrypoint"] }