@@ -53,36 +53,36 @@ jobs:
5353 - { rust: stable, vendor: Freescale, options: all }
5454 - { rust: stable, vendor: Freescale, options: "" }
5555 - { rust: stable, vendor: Fujitsu, options: "" }
56- - { rust: stable, vendor: Fujitsu, options: "--nightly " }
56+ - { rust: stable, vendor: Fujitsu, options: "--atomics " }
5757 - { rust: stable, vendor: GD32, options: all }
5858 - { rust: stable, vendor: GD32, options: "" }
5959 - { rust: stable, vendor: Holtek, options: all }
6060 - { rust: stable, vendor: Holtek, options: "" }
6161 - { rust: stable, vendor: Microchip, options: "" }
62- - { rust: stable, vendor: Microchip, options: "--nightly " }
62+ - { rust: stable, vendor: Microchip, options: "--atomics " }
6363 - { rust: stable, vendor: Nordic, options: all }
6464 - { rust: stable, vendor: Nordic, options: "" }
6565 - { rust: stable, vendor: Nuvoton, options: "" }
66- - { rust: stable, vendor: Nuvoton, options: "--nightly " }
66+ - { rust: stable, vendor: Nuvoton, options: "--atomics " }
6767 - { rust: stable, vendor: NXP, options: all }
6868 - { rust: stable, vendor: NXP, options: "" }
6969 - { rust: stable, vendor: RISC-V, options: "" }
70- - { rust: stable, vendor: RISC-V, options: "--nightly " }
70+ - { rust: stable, vendor: RISC-V, options: "--atomics " }
7171 - { rust: stable, vendor: SiliconLabs, options: all }
7272 - { rust: stable, vendor: SiliconLabs, options: "" }
7373 - { rust: stable, vendor: Spansion, options: "" }
74- - { rust: stable, vendor: Spansion, options: "--nightly " }
74+ - { rust: stable, vendor: Spansion, options: "--atomics " }
7575 - { rust: stable, vendor: STMicro, options: "" }
76- - { rust: stable, vendor: STMicro, options: "--nightly " }
77- - { rust: stable, vendor: STM32-patched, options: "--strict --const_generic --derive_more --pascal_enum_values --max_cluster_size --nightly " }
76+ - { rust: stable, vendor: STMicro, options: "--atomics " }
77+ - { rust: stable, vendor: STM32-patched, options: "--strict --const_generic --derive_more --pascal_enum_values --max_cluster_size --atomics " }
7878 - { rust: stable, vendor: Toshiba, options: all }
7979 - { rust: stable, vendor: Toshiba, options: "" }
8080 # Test MSRV
8181 - { rust: 1.60.0, vendor: Nordic, options: "" }
8282 # Use nightly for architectures which don't support stable
83- - { rust: nightly, vendor: MSP430, options: "--nightly " }
83+ - { rust: nightly, vendor: MSP430, options: "--atomics " }
8484 - { rust: nightly, vendor: MSP430, options: "" }
85- - { rust: nightly, vendor: Espressif, options: "--nightly " }
85+ - { rust: nightly, vendor: Espressif, options: "--atomics " }
8686 - { rust: nightly, vendor: Espressif, options: "" }
8787
8888 steps :
0 commit comments