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: Update Deps and increase MSRV to 1.70 #342

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

xFrednet
Copy link
Member

Not much to say, just some prep for the next release.

@xFrednet xFrednet force-pushed the 000-update-deps branch 2 times, most recently from 1fe06fa to 5642cae Compare December 26, 2023 17:07
@xFrednet xFrednet changed the title Chore: Update Deps Chore: Update Deps and increase MSRV to 1.70 Dec 26, 2023
@xFrednet xFrednet marked this pull request as ready for review December 26, 2023 17:07
@xFrednet
Copy link
Member Author

I believe the MSRV increase from 1.66 to 1.70 should be safe, since we distribute precompiled binaries now. We have several dependencies, that have 1.70 (release 2023-06-01) as their MSRV.

I still listed this change, in the changelog under the breaking changes section.

Cargo.toml Outdated
ui_test = "0.21.2"
visibility = "0.1.0"
yansi = "1.0.0-rc.1"
yansi = "1.0.0-gamma"
Copy link
Contributor

Choose a reason for hiding this comment

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

1.0.0-rc.1 is a more recent one (versions)

@@ -44,9 +44,9 @@ marker_utils = { path = "./marker_utils", version = "0.5.0-dev" }
bumpalo = "3.14"
camino = { version = "1.1", features = ["serde1"] }
cargo_metadata = "0.18"
clap = { version = "=4.3.24", features = ["string", "derive"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder why it was pinned

Copy link
Member Author

Choose a reason for hiding this comment

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

Clap increased the minimal rust version in newer releases. The pin was me trying to keep rust 1.66 as the minimal version. Now we can just use the newest version again.

@xFrednet xFrednet force-pushed the 000-update-deps branch 2 times, most recently from e5be5be to c3b900e Compare December 27, 2023 14:17
@xFrednet xFrednet added this pull request to the merge queue Dec 27, 2023
Merged via the queue into rust-marker:master with commit a6c8805 Dec 27, 2023
26 checks passed
@xFrednet xFrednet deleted the 000-update-deps branch December 27, 2023 14:49
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