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

Upgrade dependencies and set MSRV to 1.65 #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 <marcel.guzik@inetum.com>
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
2 participants