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

chore: updates for Rust 1.72.0 #459

Merged
merged 1 commit into from
Aug 24, 2023
Merged

chore: updates for Rust 1.72.0 #459

merged 1 commit into from
Aug 24, 2023

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
12 checks passed
@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