From 22acf074b5c0b2a87cbc964be7e7de0516f6fce0 Mon Sep 17 00:00:00 2001 From: Corto Date: Thu, 28 Nov 2024 12:06:37 +0800 Subject: [PATCH] Update spl-token-2022 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17f0e92..2119e06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" anchor-lang = { git = "https://github.com/coral-xyz/anchor.git", rev = "04536725c2ea16329e84bcfe3200afd47eeeb464" } #"fe4fcded34a68934a6017a85d43a307cdb86d803" } #"f677742a978ffdf7bc321746b4119394f6654b7c" } # anchor-client = "0.30.1" anchor-client = { git = "https://github.com/coral-xyz/anchor.git", rev = "04536725c2ea16329e84bcfe3200afd47eeeb464" } #"fe4fcded34a68934a6017a85d43a307cdb86d803" } #"f677742a978ffdf7bc321746b4119394f6654b7c" } -spl-token-2022 = "4.0.0" +spl-token-2022 = "6.0.0" bytemuck = "1.19.0" anyhow = "1.0.91" solana-program = "2.0.18"