Skip to content

Commit a8b119d

Browse files
committed
Remove stm32f4-0.14.0 remnants.
Also fix some mistakes from the addition of `stm32f4-0.15.1`: - failed to add it to `README.md` - failed to account for it in `BENCH_INCLUDE_EXCLUDE_OPTS`
1 parent bc098c2 commit a8b119d

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
#
115115
# We want the four parts to have similar runtimes.
116116
BENCH_INCLUDE_EXCLUDE_OPTS: [
117-
"--include cargo-0.87.1,stm32f4-0.14.0",
118-
"--exclude cargo-0.87.1,stm32f4-0.14.0",
117+
"--include cargo-0.87.1,stm32f4-0.15.1",
118+
"--exclude cargo-0.87.1,stm32f4-0.15.1",
119119
]
120120
PROFILES: [
121121
"Check,Debug,Doc",

collector/compile-benchmarks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ They mostly consist of real-world crates.
5252
many other Rust programs. Stresses declarative macro expansion somewhat.
5353
- **serde_derive-1.0.219**: A proc-macro sub-crate used by `serde`. Used by
5454
many other Rust programs. Stresses declarative macro expansion somewhat.
55-
- **stm32f4-0.14.0**: A crate that has many thousands of blanket impl blocks.
55+
- **stm32f4-0.15.1**: A crate that has many thousands of blanket impl blocks.
5656
It uses cargo features to enable large portions of its structure and is
5757
built with `--features=stm32f410` to have faster benchmarking times.
5858
- **syn-2.0.101**: A library for parsing Rust code. An important part of the Rust

collector/compile-benchmarks/REUSE.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,6 @@ path = "serde_derive-1.0.219/**"
235235
SPDX-FileCopyrightText = "serde contributors"
236236
SPDX-License-Identifier = "MIT OR Apache-2.0"
237237

238-
[[annotations]]
239-
path = "stm32f4-0.14.0/**"
240-
SPDX-FileCopyrightText = "stm32-rs contributors"
241-
SPDX-License-Identifier = "MIT OR Apache-2.0"
242-
243238
[[annotations]]
244239
path = "stm32f4-0.15.1/**"
245240
SPDX-FileCopyrightText = "stm32-rs contributors"

0 commit comments

Comments
 (0)