Skip to content

Commit

Permalink
update steel version
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh committed Nov 27, 2024
1 parent 434de4a commit 55ed528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basics/hello-solana/steel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ keywords = ["solana"]
bytemuck = "1.14"
num_enum = "0.7"
solana-program = "2.0.13"
steel = "1.3"
steel = "2.1"
thiserror = "1.0"
solana-sdk = "1.18"
2 changes: 1 addition & 1 deletion basics/hello-solana/steel/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ crate-type = ["cdylib", "lib"]

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

0 comments on commit 55ed528

Please sign in to comment.