Skip to content

Commit 8540dd1

Browse files
committed
pin program-runtime dependencies
1 parent fab7c1f commit 8540dd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ prost-types = "0.10"
3232
serde = "1.0.203"
3333
serde_json = "1.0.117"
3434
solana-bpf-loader-program = "2.0"
35-
solana-compute-budget = "2.0"
35+
solana-compute-budget = "=2.0.9"
3636
solana-logger = "2.0"
3737
solana-program = "2.0"
38-
solana-program-runtime = "2.0"
39-
solana-system-program = "2.0"
38+
solana-program-runtime = "=2.0.9"
39+
solana-system-program = "=2.0.9"
4040
solana-sdk = "2.0"
4141
thiserror = "1.0.64"

0 commit comments

Comments
 (0)