File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7575 - { rust: stable, vendor: Spansion, options: "--atomics" }
7676 - { rust: stable, vendor: STMicro, options: "" }
7777 - { rust: stable, vendor: STMicro, options: "--atomics" }
78- - { rust: stable, vendor: STM32-patched, options: "--strict --const_generic --pascal_enum_values --max_cluster_size --atomics" }
78+ - { rust: stable, vendor: STM32-patched, options: "--strict --const_generic --pascal_enum_values --max_cluster_size --atomics --atomics_feature atomics " }
7979 - { rust: stable, vendor: Toshiba, options: all }
8080 - { rust: stable, vendor: Toshiba, options: "" }
8181 # Test MSRV
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ main() {
4040
4141 # test crate
4242 cargo init --name foo $td
43- echo ' cortex-m = "0.7.4 "' >> $td /Cargo.toml
44- echo ' cortex-m-rt = "0.7.1 "' >> $td /Cargo.toml
43+ echo ' cortex-m = "0.7.7 "' >> $td /Cargo.toml
44+ echo ' cortex-m-rt = "0.7.3 "' >> $td /Cargo.toml
4545 echo ' vcell = "0.1.3"' >> $td /Cargo.toml
4646 if [[ " $options " == * " --atomics" * ]]; then
47- echo ' portable-atomic = { version = "0.3.16 ", default-features = false }' >> $td /Cargo.toml
47+ echo ' portable-atomic = { version = "1.4 ", default-features = false }' >> $td /Cargo.toml
4848 fi
4949 echo ' [profile.dev]' >> $td /Cargo.toml
5050 echo ' incremental = false' >> $td /Cargo.toml
You can’t perform that action at this time.
0 commit comments