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(toolshed): set crate msrv to 1.65.0 #12

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Conversation

LNSD
Copy link
Contributor

@LNSD LNSD commented Sep 27, 2023

Set toolshed crate's MSRV (Minimum Supported Rust Version) to 1.65.0 after determining it using the cargo-msrv command:

$ cargo msrv
...

Check for toolchain '1.63.0-x86_64-unknown-linux-gnu' failed with:
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Updating crates.io index                                                                                                                                                          │
│  Downloading crates ...                                                                                                                                                           │
│   Downloaded time-core v0.1.2                                                                                                                                                     │
│   Downloaded semver v1.0.19                                                                                                                                                       │
│   Downloaded time-macros v0.2.15                                                                                                                                                  │
│   Downloaded fastrand v2.0.1                                                                                                                                                      │
│   Downloaded time v0.3.29                                                                                                                                                         │
│   Downloaded alloy-rlp v0.3.3                                                                                                                                                     │
│ error: package `serde_with v3.3.0` cannot be built because it requires rustc 1.64 or newer, while the currently active rustc version is 1.63.0                                    │
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
Check for toolchain '1.68.2-x86_64-unknown-linux-gnu' succeeded
Check for toolchain '1.65.0-x86_64-unknown-linux-gnu' succeeded

Check for toolchain '1.64.0-x86_64-unknown-linux-gnu' failed with:
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ error: package `ruint-macro v1.1.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.64.0                                   │
└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
   Finished The MSRV is: 1.65.0   ██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ 00:01:50

@LNSD LNSD self-assigned this Sep 27, 2023
@LNSD LNSD requested a review from Theodus September 27, 2023 10:07
@LNSD LNSD merged commit be4f283 into main Sep 27, 2023
5 checks passed
@LNSD LNSD deleted the chore-toolshed-add-msrv branch September 27, 2023 11:39
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