Skip to content

Commit ad312e2

Browse files
committed
Remove serde-1.0.136 remnants.
1 parent eff3145 commit ad312e2

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
@@ -44,8 +44,6 @@ They mostly consist of real-world crates.
4444
binary crate.
4545
- **ripgrep-14.1.1**: A line-oriented search tool. A widely-used utility, and a
4646
binary crate.
47-
- **serde-1.0.136**: A serialization/deserialization crate. Used by many other
48-
Rust programs.
4947
- **serde-1.0.219**: A serialization/deserialization crate. Used by many other
5048
Rust programs.
5149
- **serde_derive-1.0.219**: A proc-macro sub-crate used by `serde`. Used by

collector/compile-benchmarks/REUSE.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,6 @@ path = "ripgrep-14.1.1-tiny/**"
215215
SPDX-FileCopyrightText = "ripgrep contributors"
216216
SPDX-License-Identifier = "MIT OR Unlicense"
217217

218-
[[annotations]]
219-
path = "serde-1.0.136/**"
220-
SPDX-FileCopyrightText = "serde contributors"
221-
SPDX-License-Identifier = "MIT OR Apache-2.0"
222-
223218
[[annotations]]
224219
path = "serde-1.0.219/**"
225220
SPDX-FileCopyrightText = "serde contributors"

0 commit comments

Comments
 (0)