@@ -83,17 +83,29 @@ jobs:
8383 - { rust: stable, vendor: Spansion, options: "--atomics" }
8484 - { rust: stable, vendor: STMicro, options: "" }
8585 - { 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+ }
8791 - { rust: stable, vendor: Toshiba, options: all }
8892 - { rust: stable, vendor: Toshiba, options: "" }
8993 # Test MSRV
90- - { rust: 1.76 .0, vendor: Nordic, options: "" }
94+ - { rust: 1.82 .0, vendor: Nordic, options: "" }
9195 # Use nightly for architectures which don't support stable
9296 - { rust: nightly, vendor: MSP430, options: "--atomics" }
9397 - { rust: nightly, vendor: MSP430, options: "" }
9498 # 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+ }
97109
98110 steps :
99111 - uses : actions/checkout@v4
0 commit comments