Skip to content
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

Removes some unused crates, features, dedupes few crates #1791

Merged
merged 12 commits into from
Dec 29, 2023

Conversation

klensy
Copy link
Contributor

@klensy klensy commented Dec 29, 2023

Disables tera features as currently unused, drops few unused crates, features; see individual commits.

    Updating git repository `https://github.com/rust-lang/team`
    Updating crates.io index
      Adding equivalent v1.0.1
      Adding indexmap v2.1.0
    Updating rust_team_data v1.0.0 (https://github.com/rust-lang/team#80ae2e8c) -> #89bb40d3

bump hashlink
$ cargo update  -p h2
    Updating crates.io index
    Updating h2 v0.3.16 -> v0.3.22

$ cargo update -p toml
    Updating crates.io index
    Removing hashbrown v0.12.3
    Removing indexmap v1.9.3
    Updating serde_spanned v0.6.1 -> v0.6.5
    Updating toml v0.7.3 -> v0.7.8
    Updating toml_datetime v0.6.1 -> v0.6.5
    Updating toml_edit v0.19.7 -> v0.19.15
    Updating winnow v0.3.6 -> v0.5.30
$ cargo update  -p rayon
    Updating crates.io index
    Removing crossbeam-channel v0.5.7
    Updating rayon v1.7.0 -> v1.8.0
    Updating rayon-core v1.11.0 -> v1.12.0
    Updating crates.io index
    Updating byteorder v1.4.3 -> v1.5.0
      Adding derive_more v0.99.17
    Updating object v0.32.1 -> v0.32.2
    Updating ruzstd v0.4.0 -> v0.5.0
    Removing thiserror-core v1.0.50
    Removing thiserror-core-impl v1.0.50
    Updating crates.io index
    Removing hermit-abi v0.2.6
    Updating num_cpus v1.15.0 -> v1.16.0
    Updating crates.io index
    Updating crossbeam-deque v0.8.3 -> v0.8.4
    Updating crossbeam-epoch v0.9.14 -> v0.9.17
    Updating crossbeam-utils v0.8.15 -> v0.8.18
    Removing memoffset v0.8.0
Copy link
Contributor

@Kobzol Kobzol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM if CI is green.

@Kobzol Kobzol enabled auto-merge December 29, 2023 10:11
@Kobzol Kobzol merged commit aa08c4c into rust-lang:master Dec 29, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants