Browse Source

check hello-solana steel version mismatch

Ayush 10 months ago
parent
commit
434de4a867
1 changed files with 2 additions and 2 deletions
  1. 2 2
      basics/hello-solana/steel/Cargo.toml

+ 2 - 2
basics/hello-solana/steel/Cargo.toml

@@ -15,7 +15,7 @@ keywords = ["solana"]
 [workspace.dependencies]
 bytemuck = "1.14"
 num_enum = "0.7"
-solana-program = "1.18"
-steel = "2.0"
+solana-program = "2.0.13"
+steel = "1.3"
 thiserror = "1.0"
 solana-sdk = "1.18"