@@ -83,17 +83,29 @@ jobs:
83
83
- { rust: stable, vendor: Spansion, options: "--atomics" }
84
84
- { rust: stable, vendor: STMicro, options: "" }
85
85
- { rust: stable, vendor: STMicro, options: "--atomics" }
86
- - { rust: stable, vendor: STM32-patched, options: "--strict -f enum_value::p: --max-cluster-size --atomics --atomics-feature atomics --impl-debug --impl-defmt defmt" }
86
+ - {
87
+ rust : stable,
88
+ vendor : STM32-patched,
89
+ options : " --strict -f enum_value::p: --max-cluster-size --atomics --atomics-feature atomics --impl-debug --impl-defmt defmt" ,
90
+ }
87
91
- { rust: stable, vendor: Toshiba, options: all }
88
92
- { rust: stable, vendor: Toshiba, options: "" }
89
93
# Test MSRV
90
- - { rust: 1.76 .0, vendor: Nordic, options: "" }
94
+ - { rust: 1.82 .0, vendor: Nordic, options: "" }
91
95
# Use nightly for architectures which don't support stable
92
96
- { rust: nightly, vendor: MSP430, options: "--atomics" }
93
97
- { rust: nightly, vendor: MSP430, options: "" }
94
98
# Workaround for _1token0
95
- - { rust: nightly-2024-09-25, vendor: Espressif, options: "--atomics --ident-formats-theme legacy" }
96
- - { rust: nightly-2024-09-25, vendor: Espressif, options: "--ident-format register:::Reg" }
99
+ - {
100
+ rust : nightly-2024-09-25,
101
+ vendor : Espressif,
102
+ options : " --atomics --ident-formats-theme legacy" ,
103
+ }
104
+ - {
105
+ rust : nightly-2024-09-25,
106
+ vendor : Espressif,
107
+ options : " --ident-format register:::Reg" ,
108
+ }
97
109
98
110
steps :
99
111
- uses : actions/checkout@v4
0 commit comments