Skip to content

Commit c898488

Browse files
committed
Raise required compiler to Rust 1.68
1 parent 148c7ac commit c898488

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
rust: [1.67.0, 1.65.0]
60+
rust: [1.68.0]
6161
timeout-minutes: 45
6262
steps:
6363
- uses: actions/checkout@v6

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
keywords = ["error", "error-handling"]
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/dtolnay/anyhow"
12-
rust-version = "1.65"
12+
rust-version = "1.68"
1313

1414
[features]
1515
default = ["std"]

0 commit comments

Comments
 (0)