From 84881d799b8e9ce689f66c69a772df12aef1779e Mon Sep 17 00:00:00 2001 From: Michael Danenberg <56533526+danenbm@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:09:52 -0700 Subject: [PATCH] Updating token-metadata version in Bubblegum --- bubblegum/program/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bubblegum/program/Cargo.toml b/bubblegum/program/Cargo.toml index a30ab2304e..aa46e0e82d 100644 --- a/bubblegum/program/Cargo.toml +++ b/bubblegum/program/Cargo.toml @@ -19,7 +19,7 @@ anchor-lang = { version = "0.25.0", features = ["init-if-needed"] } anchor-spl = { version = "0.25.0" } spl-token = { version = "3.3.0", features = ["no-entrypoint"] } spl-associated-token-account = { version = "1.0.5", features = ["no-entrypoint"] } -mpl-token-metadata = { version = "1.3.3", features = ["no-entrypoint"] } +mpl-token-metadata = { version = "1.3.6", features = ["no-entrypoint"] } spl-compression = { git = "https://github.com/solana-labs/solana-program-library", rev = "7c7507f4ec1f320bbc33af459d4d8b5573a6a906", features = ["cpi"] } bytemuck = "1.8.0" solana-program = "1.10.29"