Skip to content

Commit a774c55

Browse files
authored
Merge pull request #2112 from Kobzol/remove-image-0.24.1
Remove `image-0.24.1`
2 parents 6918bcc + ece939c commit a774c55

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+0
-35264
lines changed

collector/compile-benchmarks/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ They mostly consist of real-world crates.
2828
- **html5ever-0.31.0**: An HTML parser. Stresses macro parsing code.
2929
- **hyper-1.6.0**: Utilizes async/await, and is used by
3030
many Rust programs. The crate uses cargo features to enable large portions of its structure and is built with `--features=full`.
31-
- **image-0.24.1**: Basic image processing functions and methods for
32-
converting to and from various image formats. Used often in graphics
33-
programming.
3431
- **image-0.25.6**: Basic image processing functions and methods for
3532
converting to and from various image formats. Used often in graphics
3633
programming.

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ path = "hyper-1.6.0/**"
115115
SPDX-FileCopyrightText = "hyper contributors"
116116
SPDX-License-Identifier = "MIT"
117117

118-
[[annotations]]
119-
path = "image-0.24.1/**"
120-
SPDX-FileCopyrightText = "The image-rs Developers"
121-
SPDX-License-Identifier = "MIT"
122-
123118
[[annotations]]
124119
path = "image-0.25.6/**"
125120
SPDX-FileCopyrightText = "The image-rs Developers"

collector/compile-benchmarks/image-0.24.1/.cargo_vcs_info.json

-6
This file was deleted.

collector/compile-benchmarks/image-0.24.1/.gitattributes

-2
This file was deleted.

collector/compile-benchmarks/image-0.24.1/.github/ISSUE_TEMPLATE/bug_template.md

-22
This file was deleted.

collector/compile-benchmarks/image-0.24.1/.github/ISSUE_TEMPLATE/feature_request.md

-24
This file was deleted.

collector/compile-benchmarks/image-0.24.1/.github/ISSUE_TEMPLATE/question.md

-16
This file was deleted.

collector/compile-benchmarks/image-0.24.1/.github/PULL_REQUEST_TEMPLATE.md

-9
This file was deleted.

collector/compile-benchmarks/image-0.24.1/.github/workflows/rust.yml

-161
This file was deleted.

collector/compile-benchmarks/image-0.24.1/.gitignore

-21
This file was deleted.

collector/compile-benchmarks/image-0.24.1/0-println.patch

-12
This file was deleted.

0 commit comments

Comments
 (0)