Skip to content

Commit 786dd97

Browse files
committed
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
1 parent a42d925 commit 786dd97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
rust: [nightly, beta, stable, 1.74.0]
27+
rust: [nightly, beta, stable, 1.81.0]
2828
os: [ubuntu]
2929
include:
3030
- name: macOS

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
keywords = ["cargo", "subcommand", "macros"]
1111
license = "MIT OR Apache-2.0"
1212
repository = "https://github.com/dtolnay/cargo-expand"
13-
rust-version = "1.70"
13+
rust-version = "1.81"
1414

1515
[features]
1616
default = ["prettyplease"]

0 commit comments

Comments
 (0)