Raise required compiler to 1.81

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
This commit is contained in:
David Tolnay 2024-12-16 20:21:56 -08:00
parent a42d9253e8
commit 786dd97fc5
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"]