Skip to content

Commit

Permalink
pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh committed Nov 27, 2024
1 parent 55ed528 commit cf6e5f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions basics/hello-solana/steel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["solana"]
[workspace.dependencies]
bytemuck = "1.14"
num_enum = "0.7"
solana-program = "2.0.13"
steel = "2.1"
solana-program = "=2.0.13"
steel = "=2.1.1"
thiserror = "1.0"
solana-sdk = "1.18"
4 changes: 2 additions & 2 deletions basics/hello-solana/steel/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
crate-type = ["cdylib", "lib"]

[dependencies]
solana-program = "2.0.13"
steel = "2.1"
solana-program = "=2.0.13"
steel = "=2.1.1"

0 comments on commit cf6e5f1

Please sign in to comment.