Skip to content

Commit cf6e5f1

Browse files
committed
pin dependencies
1 parent 55ed528 commit cf6e5f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

basics/hello-solana/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["solana"]
1515
[workspace.dependencies]
1616
bytemuck = "1.14"
1717
num_enum = "0.7"
18-
solana-program = "2.0.13"
19-
steel = "2.1"
18+
solana-program = "=2.0.13"
19+
steel = "=2.1.1"
2020
thiserror = "1.0"
2121
solana-sdk = "1.18"

basics/hello-solana/steel/program/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
crate-type = ["cdylib", "lib"]
88

99
[dependencies]
10-
solana-program = "2.0.13"
11-
steel = "2.1"
10+
solana-program = "=2.0.13"
11+
steel = "=2.1.1"

0 commit comments

Comments
 (0)