File tree 4 files changed +10
-7
lines changed
basics/hello-solana/steel
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ jobs:
253
253
chmod +x build_and_test.sh
254
254
255
255
- name : Setup Solana stable
256
- uses : heyAyushh/setup-solana@v5.4
256
+ uses : heyAyushh/setup-solana@v5.5
257
257
with :
258
258
solana-cli-version : stable
259
259
- name : Build and Test with Stable
@@ -264,10 +264,11 @@ jobs:
264
264
source build_and_test.sh
265
265
solana -V
266
266
rustc -V
267
+ solana-keygen new --no-bip39-passphrase
267
268
process_projects "stable"
268
269
sccache --show-stats
269
270
- name : Setup Solana 1.18.17
270
- uses : heyAyushh/setup-solana@v5.4
271
+ uses : heyAyushh/setup-solana@v5.5
271
272
with :
272
273
solana-cli-version : 1.18.17
273
274
- name : Build and Test with 1.18.17
@@ -278,6 +279,7 @@ jobs:
278
279
source build_and_test.sh
279
280
solana -V
280
281
rustc -V
282
+ solana-keygen new --no-bip39-passphrase --force
281
283
process_projects "1.18.17"
282
284
sccache --show-stats
283
285
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ keywords = ["solana"]
15
15
[workspace .dependencies ]
16
16
bytemuck = " 1.14"
17
17
num_enum = " 0.7"
18
- solana-program = " 1.18 "
19
- steel = " 2.0 "
18
+ solana-program = " =2.0.13 "
19
+ steel = " =2.1.1 "
20
20
thiserror = " 1.0"
21
21
solana-sdk = " 1.18"
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
7
7
crate-type = [" cdylib" , " lib" ]
8
8
9
9
[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 10
10
"suspicious" : {
11
11
"noExplicitAny" : " off" ,
12
12
"noAssignInExpressions" : " warn" ,
13
- "noExportsInTest" : " warn"
13
+ "noExportsInTest" : " warn" ,
14
+ "noShadowRestrictedNames" : " off"
14
15
},
15
16
"style" : {
16
17
"noParameterAssign" : " warn" ,
You can’t perform that action at this time.
0 commit comments