Skip to content

chore: updates for Rust 1.72.0#459

Merged
hawkw merged 1 commit intomainfrom
hds/rust-1-72-0
Aug 24, 2023
Merged

chore: updates for Rust 1.72.0#459
hawkw merged 1 commit intomainfrom
hds/rust-1-72-0

Conversation

@hds
Copy link
Collaborator

@hds hds commented Aug 24, 2023

Clippy was complaining about 3 new things in 1.72.0. Two new lints and
one updated one.

When futures-core was added as an explicit dependency on console-api
in #453, it was only added to the console-api Cargo.toml file. It
wasn't added to the Cargo.lock file shared by the workspace.

Since Rust 1.72.0, Cargo is adding this dependency to Cargo.lock
locally, so it makes sense to check in that change.

Clippy was complaining about 3 new things in 1.72.0. Two new lints and
one updated one.

When `futures-core` was added as an explicit dependency on `console-api`
in #453, it was only added to the `console-api` Cargo.toml file. It
wasn't added to the Cargo.lock file shared by the workspace.

Since Rust 1.72.0, Cargo is adding this dependency to Cargo.lock
locally, so it makes sense to check in that change.
@hds hds requested a review from a team as a code owner August 24, 2023 14:27
@hawkw hawkw merged commit f55821d into main Aug 24, 2023
@hawkw hawkw deleted the hds/rust-1-72-0 branch August 24, 2023 16:36
hawkw pushed a commit that referenced this pull request Sep 29, 2023
Clippy was complaining about 3 new things in 1.72.0. Two new lints and
one updated one.

When `futures-core` was added as an explicit dependency on `console-api`
in #453, it was only added to the `console-api` Cargo.toml file. It
wasn't added to the Cargo.lock file shared by the workspace.

Since Rust 1.72.0, Cargo is adding this dependency to Cargo.lock
locally, so it makes sense to check in that change.
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