Skip to content

Commit 502e337

Browse files
committed
Remove serde_derive-1.0.136 remnants.
1 parent 742d179 commit 502e337

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

collector/compile-benchmarks/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ They mostly consist of real-world crates.
4848
Rust programs.
4949
- **serde-1.0.219**: A serialization/deserialization crate. Used by many other
5050
Rust programs.
51-
- **serde_derive-1.0.136**: A proc-macro sub-crate used by `serde`. Used by
52-
many other Rust programs. Stresses declarative macro expansion somewhat.
5351
- **serde_derive-1.0.219**: A proc-macro sub-crate used by `serde`. Used by
5452
many other Rust programs. Stresses declarative macro expansion somewhat.
5553
- **stm32f4-0.14.0**: A crate that has many thousands of blanket impl blocks.

collector/compile-benchmarks/REUSE.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,6 @@ path = "serde-1.0.219/**"
225225
SPDX-FileCopyrightText = "serde contributors"
226226
SPDX-License-Identifier = "MIT OR Apache-2.0"
227227

228-
[[annotations]]
229-
path = "serde_derive-1.0.136/**"
230-
SPDX-FileCopyrightText = "serde contributors"
231-
SPDX-License-Identifier = "MIT OR Apache-2.0"
232-
233228
[[annotations]]
234229
path = "serde_derive-1.0.219/**"
235230
SPDX-FileCopyrightText = "serde contributors"

0 commit comments

Comments
 (0)