@@ -53,36 +53,36 @@ jobs:
53
53
- { rust: stable, vendor: Freescale, options: all }
54
54
- { rust: stable, vendor: Freescale, options: "" }
55
55
- { rust: stable, vendor: Fujitsu, options: "" }
56
- - { rust: stable, vendor: Fujitsu, options: "--nightly " }
56
+ - { rust: stable, vendor: Fujitsu, options: "--atomics " }
57
57
- { rust: stable, vendor: GD32, options: all }
58
58
- { rust: stable, vendor: GD32, options: "" }
59
59
- { rust: stable, vendor: Holtek, options: all }
60
60
- { rust: stable, vendor: Holtek, options: "" }
61
61
- { rust: stable, vendor: Microchip, options: "" }
62
- - { rust: stable, vendor: Microchip, options: "--nightly " }
62
+ - { rust: stable, vendor: Microchip, options: "--atomics " }
63
63
- { rust: stable, vendor: Nordic, options: all }
64
64
- { rust: stable, vendor: Nordic, options: "" }
65
65
- { rust: stable, vendor: Nuvoton, options: "" }
66
- - { rust: stable, vendor: Nuvoton, options: "--nightly " }
66
+ - { rust: stable, vendor: Nuvoton, options: "--atomics " }
67
67
- { rust: stable, vendor: NXP, options: all }
68
68
- { rust: stable, vendor: NXP, options: "" }
69
69
- { rust: stable, vendor: RISC-V, options: "" }
70
- - { rust: stable, vendor: RISC-V, options: "--nightly " }
70
+ - { rust: stable, vendor: RISC-V, options: "--atomics " }
71
71
- { rust: stable, vendor: SiliconLabs, options: all }
72
72
- { rust: stable, vendor: SiliconLabs, options: "" }
73
73
- { rust: stable, vendor: Spansion, options: "" }
74
- - { rust: stable, vendor: Spansion, options: "--nightly " }
74
+ - { rust: stable, vendor: Spansion, options: "--atomics " }
75
75
- { 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 " }
78
78
- { rust: stable, vendor: Toshiba, options: all }
79
79
- { rust: stable, vendor: Toshiba, options: "" }
80
80
# Test MSRV
81
81
- { rust: 1.60.0, vendor: Nordic, options: "" }
82
82
# Use nightly for architectures which don't support stable
83
- - { rust: nightly, vendor: MSP430, options: "--nightly " }
83
+ - { rust: nightly, vendor: MSP430, options: "--atomics " }
84
84
- { rust: nightly, vendor: MSP430, options: "" }
85
- - { rust: nightly, vendor: Espressif, options: "--nightly " }
85
+ - { rust: nightly, vendor: Espressif, options: "--atomics " }
86
86
- { rust: nightly, vendor: Espressif, options: "" }
87
87
88
88
steps :
0 commit comments