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"] }