39
39
- id : cargo-fmt-remote-executor
40
40
name : Cargo format for remote executor
41
41
language : " rust"
42
- entry : cargo +nightly-2023-03-01 fmt --manifest-path ./governance/remote_executor/Cargo.toml --all -- --config-path rustfmt.toml
42
+ entry : cargo +1.66.1 fmt --manifest-path ./governance/remote_executor/Cargo.toml --all
43
43
pass_filenames : false
44
44
files : governance/remote_executor
45
45
- id : cargo-clippy-remote-executor
52
52
- id : cargo-fmt-cosmwasm
53
53
name : Cargo format for cosmwasm contract
54
54
language : " rust"
55
- entry : cargo +nightly-2023-03-01 fmt --manifest-path ./target_chains/cosmwasm/Cargo.toml --all -- --config-path rustfmt.toml
55
+ entry : cargo +1.82.0 fmt --manifest-path ./target_chains/cosmwasm/Cargo.toml --all
56
56
pass_filenames : false
57
57
files : target_chains/cosmwasm
58
58
- id : cargo-clippy-cosmwasm
65
65
- id : cargo-fmt-hermes
66
66
name : Cargo format for Hermes
67
67
language : " rust"
68
- entry : cargo +nightly-2024-03-26 fmt --manifest-path ./apps/hermes/server/Cargo.toml --all -- --config-path rustfmt.toml
68
+ entry : cargo +1.82.0 fmt --manifest-path ./apps/hermes/server/Cargo.toml --all
69
69
pass_filenames : false
70
70
files : apps/hermes
71
71
- id : cargo-clippy-hermes
78
78
- id : cargo-fmt-fortuna
79
79
name : Cargo format for Fortuna
80
80
language : " rust"
81
- entry : cargo +nightly-2023-07-23 fmt --manifest-path ./apps/fortuna/Cargo.toml --all -- --config-path rustfmt.toml
81
+ entry : cargo +1.82.0 fmt --manifest-path ./apps/fortuna/Cargo.toml --all
82
82
pass_filenames : false
83
83
files : apps/fortuna
84
84
- id : cargo-clippy-fortuna
91
91
- id : cargo-fmt-message-buffer
92
92
name : Cargo format for message buffer contract
93
93
language : " rust"
94
- entry : cargo +nightly-2023-03-01 fmt --manifest-path ./pythnet/message_buffer/Cargo.toml --all -- --config-path rustfmt.toml
94
+ entry : cargo +1.66.1 fmt --manifest-path ./pythnet/message_buffer/Cargo.toml --all
95
95
pass_filenames : false
96
96
files : pythnet/message_buffer
97
97
- id : cargo-clippy-message-buffer
@@ -104,7 +104,7 @@ repos:
104
104
- id : cargo-fmt-pythnet-sdk
105
105
name : Cargo format for pythnet SDK
106
106
language : " rust"
107
- entry : cargo +nightly-2024-08-04 fmt --manifest-path ./pythnet/pythnet_sdk/Cargo.toml --all -- --config-path rustfmt.toml
107
+ entry : cargo +1.82.0 fmt --manifest-path ./pythnet/pythnet_sdk/Cargo.toml --all
108
108
pass_filenames : false
109
109
files : pythnet/pythnet_sdk
110
110
- id : cargo-clippy-pythnet-sdk
@@ -117,7 +117,7 @@ repos:
117
117
- id : cargo-fmt-pyth-solana-receiver
118
118
name : Cargo format for solana target chain contract
119
119
language : " rust"
120
- entry : cargo +nightly-2023-03-01 fmt --manifest-path ./target_chains/solana/Cargo.toml --all -- --config-path rustfmt.toml
120
+ entry : cargo +1.73.0 fmt --manifest-path ./target_chains/solana/Cargo.toml --all
121
121
pass_filenames : false
122
122
files : target_chains/solana
123
123
- id : cargo-clippy-pyth-solana-receiver
0 commit comments