Skip to content

Commit

Permalink
Raise required compiler to 1.81
Browse files Browse the repository at this point in the history
Required by `home` since 0.5.11.

    error: package `home v0.5.11` cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.74.1
    Either upgrade to rustc 1.81 or newer, or use
    cargo update home@0.5.11 --precise ver
    where `ver` is the latest version of `home` supporting rustc 1.74.1
  • Loading branch information
dtolnay committed Dec 17, 2024
1 parent a42d925 commit 786dd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.74.0]
rust: [nightly, beta, stable, 1.81.0]
os: [ubuntu]
include:
- name: macOS
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
keywords = ["cargo", "subcommand", "macros"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/cargo-expand"
rust-version = "1.70"
rust-version = "1.81"

[features]
default = ["prettyplease"]
Expand Down

0 comments on commit 786dd97

Please sign in to comment.