We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ed528 commit cf6e5f1Copy full SHA for cf6e5f1
basics/hello-solana/steel/Cargo.toml
@@ -15,7 +15,7 @@ keywords = ["solana"]
15
[workspace.dependencies]
16
bytemuck = "1.14"
17
num_enum = "0.7"
18
-solana-program = "2.0.13"
19
-steel = "2.1"
+solana-program = "=2.0.13"
+steel = "=2.1.1"
20
thiserror = "1.0"
21
solana-sdk = "1.18"
basics/hello-solana/steel/program/Cargo.toml
@@ -7,5 +7,5 @@ edition = "2021"
7
crate-type = ["cdylib", "lib"]
8
9
[dependencies]
10
11
0 commit comments