From 4eac56e2c4156d9f387a5ca2b85d96e354964b69 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Tue, 9 Jul 2024 20:54:48 +0000 Subject: [PATCH] program test --- program/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/program/Cargo.toml b/program/Cargo.toml index 06bb23a..512f690 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -30,6 +30,6 @@ spl-associated-token-account.workspace = true [dev-dependencies] bs64 = "0.1.2" rand = "0.8.5" -solana-program-test = "^1.18" -solana-sdk = "^1.18" +solana-program-test = "=1.18.17" +solana-sdk = "=1.18.17" tokio = { version = "1.35", features = ["full"] }