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 75
75
- { rust: stable, vendor: Spansion, options: "--atomics" }
76
76
- { rust: stable, vendor: STMicro, options: "" }
77
77
- { 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 " }
79
79
- { rust: stable, vendor: Toshiba, options: all }
80
80
- { rust: stable, vendor: Toshiba, options: "" }
81
81
# Test MSRV
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ main() {
40
40
41
41
# test crate
42
42
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
45
45
echo ' vcell = "0.1.3"' >> $td /Cargo.toml
46
46
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
48
48
fi
49
49
echo ' [profile.dev]' >> $td /Cargo.toml
50
50
echo ' incremental = false' >> $td /Cargo.toml
You can’t perform that action at this time.
0 commit comments