From 8365a99ede4ddf2f9a7a0619f6b43b14dd7bf136 Mon Sep 17 00:00:00 2001 From: billythedummy Date: Tue, 18 Nov 2025 14:31:10 +0800 Subject: [PATCH 1/2] patch constraint --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e36c809..3b368ac6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ solana-system-interface = "2.0" solana-system-program = "3.0.10" solana-sysvar = "3.0" solana-sysvar-id = "3.0" -solana-transaction-context = "3.0.10" +solana-transaction-context = "~3.0.10" spl-associated-token-account-interface = "2.0.0" spl-token-interface = "2.0.0" thiserror = "1.0.64" From b1ca6a239137a0441d165b8d54eabf8a766a26e2 Mon Sep 17 00:00:00 2001 From: billythedummy Date: Tue, 18 Nov 2025 14:42:59 +0800 Subject: [PATCH 2/2] tighten affected deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b368ac6..e5693a38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ version = "0.7.1" [workspace.dependencies] agave-feature-set = "3.0.10" agave-precompiles = "3.0.10" -agave-syscalls = "3.0.10" +agave-syscalls = "~3.0.10" bincode = "1.3.3" bs58 = "0.5.1" chrono = "0.4.42"