Skip to content

Update MSRV to 1.60#671

Merged
Martin1887 merged 3 commits intopulldown-cmark:masterfrom
mgeisler:rust-1.56-cargo-lock
Jun 22, 2023
Merged

Update MSRV to 1.60#671
Martin1887 merged 3 commits intopulldown-cmark:masterfrom
mgeisler:rust-1.56-cargo-lock

Conversation

@mgeisler
Copy link
Collaborator

@mgeisler mgeisler commented Jun 21, 2023

This is the result of running cargo update with Rust 1.60.

Fixes #670.

This is the result of running `cargo update` with Rust 1.56.0.

Fixes pulldown-cmark#670.
@mgeisler mgeisler requested a review from Martin1887 June 21, 2023 21:32
@mgeisler
Copy link
Collaborator Author

Ups, running cargo test gives me

error: package `clap v3.2.25` cannot be built because it requires rustc 1.56.1 or newer, while the currently active rustc version is 1.56.0

After that I get:

error: package `rayon-core v1.11.0` cannot be built because it requires rustc 1.59 or newer, while the currently active rustc version is 1.56.1

and finally

error: package `log v0.4.19` cannot be built because it requires rustc 1.60.0 or newer, while the currently active rustc version is 1.59.0

So I guess the MSRV should be bumped to 1.60 now.

@mgeisler mgeisler changed the title Update Cargo.lock for Rust 1.56.0 Update MSRV to 1.60 Jun 21, 2023
This is the minimum Rust version which can compile the crate right
now.
@mgeisler mgeisler force-pushed the rust-1.56-cargo-lock branch from 9a54fc5 to bc1ecda Compare June 21, 2023 21:41
@Martin1887 Martin1887 merged commit 6025623 into pulldown-cmark:master Jun 22, 2023
@Martin1887
Copy link
Collaborator

Perfect, merged. Thanks!

@mgeisler mgeisler deleted the rust-1.56-cargo-lock branch June 22, 2023 15:33
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.

Old Cargo fails to select version of aho-corasick

2 participants