From 4e913b51e73ff46ed93f8b9cbfafc863384507a4 Mon Sep 17 00:00:00 2001 From: Kyrylo Stepanov Date: Tue, 7 May 2024 14:41:41 -0700 Subject: [PATCH] update solana-program dependency up to 1.18 (#1172) --- core/rust/utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rust/utils/Cargo.toml b/core/rust/utils/Cargo.toml index c2544559f..7de04580e 100644 --- a/core/rust/utils/Cargo.toml +++ b/core/rust/utils/Cargo.toml @@ -15,7 +15,7 @@ path = "src/lib.rs" [dependencies] arrayref = "0.3.6" -solana-program = ">= 1.14.13, < 1.17" +solana-program = ">= 1.14.13, <= 1.18" spl-token-2022 = { version = ">= 0.6.0, < 0.9", features = ["no-entrypoint"], optional = true } [features]