Skip to content

Conversation

@Bravo555
Copy link

@Bravo555 Bravo555 commented Feb 2, 2023

The dependencies were upgraded to handle workspace inheritance introduced in cargo 1.64. MSRV was set to the minimal version required to compile (1.65 due to usage of let else in cargo).

This PR resolves #60. On the same note #46 should also probably get closed since AFAIK it's already been resolved.

The dependencies were upgraded to handle [workspace inheritance
introduced in cargo 1.64][1]. MSRV was set to the minimal version
required to compile (1.65 due to usage of let else in cargo).

This PR resolves meta-rust#60. On the same note meta-rust#46 should also probably get
closed since AFAIK it's already been resolved.

[1]: rust-lang/cargo#10859

Signed-off-by: Marcel Guzik <[email protected]>
@paolobarbolini
Copy link
Contributor

This may not be necessary anymore given cargo-update-recipe-crates (see #83)? Also there are many more recent PRs attempting to bump cargo and other dependencies.

@Bravo555 Bravo555 closed this Dec 2, 2024
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.

Workspace dependencies are not resolved correctly

3 participants