Skip to content

Commit 6918bcc

Browse files
authored
Merge pull request #2111 from Kobzol/remove-hyper-0.14.18
Remove `hyper-0.14.18`
2 parents df35651 + a8b2011 commit 6918bcc

Some content is hidden

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

75 files changed

+0
-25643
lines changed

collector/compile-benchmarks/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ They mostly consist of real-world crates.
2626
- **eza-0.21.2**: An `ls` replacement. A widely-used utility, and a binary crate. Fork of `exa`.
2727
- **helloworld**: A trivial program. Gives a lower bound on compile time.
2828
- **html5ever-0.31.0**: An HTML parser. Stresses macro parsing code.
29-
- **hyper-0.14.18**: A fairly large crate. Utilizes async/await, and used by
30-
many Rust programs. The crate uses cargo features to enable large portions of its
31-
structure and is built with `--features=client,http1,http2,server,stream`.
3229
- **hyper-1.6.0**: Utilizes async/await, and is used by
3330
many Rust programs. The crate uses cargo features to enable large portions of its structure and is built with `--features=full`.
3431
- **image-0.24.1**: Basic image processing functions and methods for

collector/compile-benchmarks/REUSE.toml

-5
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ path = "html5ever-0.31.0/**"
110110
SPDX-FileCopyrightText = "The html5ever Project Developers"
111111
SPDX-License-Identifier = "MIT OR Apache-2.0"
112112

113-
[[annotations]]
114-
path = "hyper-0.14.18/**"
115-
SPDX-FileCopyrightText = "hyper contributors"
116-
SPDX-License-Identifier = "MIT"
117-
118113
[[annotations]]
119114
path = "hyper-1.6.0/**"
120115
SPDX-FileCopyrightText = "hyper contributors"

collector/compile-benchmarks/hyper-0.14.18/.cargo_vcs_info.json

-6
This file was deleted.

collector/compile-benchmarks/hyper-0.14.18/0-println.patch

-12
This file was deleted.

0 commit comments

Comments
 (0)