Skip to content

Commit ece939c

Browse files
committed
Remove image-0.24.1 from README and REUSE
1 parent 8e452f9 commit ece939c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

collector/compile-benchmarks/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ They mostly consist of real-world crates.
3131
structure and is built with `--features=client,http1,http2,server,stream`.
3232
- **hyper-1.6.0**: Utilizes async/await, and is used by
3333
many Rust programs. The crate uses cargo features to enable large portions of its structure and is built with `--features=full`.
34-
- **image-0.24.1**: Basic image processing functions and methods for
35-
converting to and from various image formats. Used often in graphics
36-
programming.
3734
- **image-0.25.6**: Basic image processing functions and methods for
3835
converting to and from various image formats. Used often in graphics
3936
programming.

collector/compile-benchmarks/REUSE.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ path = "hyper-1.6.0/**"
120120
SPDX-FileCopyrightText = "hyper contributors"
121121
SPDX-License-Identifier = "MIT"
122122

123-
[[annotations]]
124-
path = "image-0.24.1/**"
125-
SPDX-FileCopyrightText = "The image-rs Developers"
126-
SPDX-License-Identifier = "MIT"
127-
128123
[[annotations]]
129124
path = "image-0.25.6/**"
130125
SPDX-FileCopyrightText = "The image-rs Developers"

0 commit comments

Comments
 (0)