Skip to content

Commit 71ec2ee

Browse files
committed
Remove ripgrep-13.0.0 from README and REUSE
1 parent 8d55166 commit 71ec2ee

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
@@ -40,8 +40,6 @@ They mostly consist of real-world crates.
4040
- **regex-1.5.5**: A regular expression parser. Used by many Rust programs.
4141
- **regex-automata-0.4.8**: A regular expression matching engine. Used by `regex`, which is used by
4242
many Rust programs.
43-
- **ripgrep-13.0.0**: A line-oriented search tool. A widely-used utility, and a
44-
binary crate.
4543
- **ripgrep-14.1.1**: A line-oriented search tool. A widely-used utility, and a
4644
binary crate.
4745
- **serde-1.0.219**: A serialization/deserialization crate. Used by many other

collector/compile-benchmarks/REUSE.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,6 @@ path = "regression-31157/**"
195195
SPDX-FileCopyrightText = "The Rust Project Developers (see https://thanks.rust-lang.org)"
196196
SPDX-License-Identifier = "MIT"
197197

198-
[[annotations]]
199-
path = "ripgrep-13.0.0/**"
200-
SPDX-FileCopyrightText = "ripgrep contributors"
201-
SPDX-License-Identifier = "MIT OR Unlicense"
202-
203198
[[annotations]]
204199
path = "ripgrep-13.0.0-tiny/**"
205200
SPDX-FileCopyrightText = "ripgrep contributors"

0 commit comments

Comments
 (0)