Skip to content

Remove hyper-0.14.18 #2111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions collector/compile-benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ They mostly consist of real-world crates.
- **eza-0.21.2**: An `ls` replacement. A widely-used utility, and a binary crate. Fork of `exa`.
- **helloworld**: A trivial program. Gives a lower bound on compile time.
- **html5ever-0.31.0**: An HTML parser. Stresses macro parsing code.
- **hyper-0.14.18**: A fairly large crate. Utilizes async/await, and used by
many Rust programs. The crate uses cargo features to enable large portions of its
structure and is built with `--features=client,http1,http2,server,stream`.
- **hyper-1.6.0**: Utilizes async/await, and is used by
many Rust programs. The crate uses cargo features to enable large portions of its structure and is built with `--features=full`.
- **image-0.24.1**: Basic image processing functions and methods for
Expand Down
5 changes: 0 additions & 5 deletions collector/compile-benchmarks/REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ path = "html5ever-0.31.0/**"
SPDX-FileCopyrightText = "The html5ever Project Developers"
SPDX-License-Identifier = "MIT OR Apache-2.0"

[[annotations]]
path = "hyper-0.14.18/**"
SPDX-FileCopyrightText = "hyper contributors"
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "hyper-1.6.0/**"
SPDX-FileCopyrightText = "hyper contributors"
Expand Down

This file was deleted.

12 changes: 0 additions & 12 deletions collector/compile-benchmarks/hyper-0.14.18/0-println.patch

This file was deleted.

Loading
Loading