File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
basics/hello-solana/steel Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ jobs:
253253 chmod +x build_and_test.sh
254254
255255 - name : Setup Solana stable
256- uses : heyAyushh/setup-solana@v5.4
256+ uses : heyAyushh/setup-solana@v5.5
257257 with :
258258 solana-cli-version : stable
259259 - name : Build and Test with Stable
@@ -264,10 +264,11 @@ jobs:
264264 source build_and_test.sh
265265 solana -V
266266 rustc -V
267+ solana-keygen new --no-bip39-passphrase
267268 process_projects "stable"
268269 sccache --show-stats
269270 - name : Setup Solana 1.18.17
270- uses : heyAyushh/setup-solana@v5.4
271+ uses : heyAyushh/setup-solana@v5.5
271272 with :
272273 solana-cli-version : 1.18.17
273274 - name : Build and Test with 1.18.17
@@ -278,6 +279,7 @@ jobs:
278279 source build_and_test.sh
279280 solana -V
280281 rustc -V
282+ solana-keygen new --no-bip39-passphrase --force
281283 process_projects "1.18.17"
282284 sccache --show-stats
283285
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ keywords = ["solana"]
1515[workspace .dependencies ]
1616bytemuck = " 1.14"
1717num_enum = " 0.7"
18- solana-program = " 1.18 "
19- steel = " 2.0 "
18+ solana-program = " =2.0.13 "
19+ steel = " =2.1.1 "
2020thiserror = " 1.0"
2121solana-sdk = " 1.18"
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
77crate-type = [" cdylib" , " lib" ]
88
99[dependencies ]
10- solana-program = " 2.0.13"
11- steel = " 1.3.0 "
10+ solana-program = " = 2.0.13"
11+ steel = " =2.1.1 "
Original file line number Diff line number Diff line change 1010 "suspicious" : {
1111 "noExplicitAny" : " off" ,
1212 "noAssignInExpressions" : " warn" ,
13- "noExportsInTest" : " warn"
13+ "noExportsInTest" : " warn" ,
14+ "noShadowRestrictedNames" : " off"
1415 },
1516 "style" : {
1617 "noParameterAssign" : " warn" ,
You can’t perform that action at this time.
0 commit comments