There was an error while loading. Please reload this page.
1 parent 148c7ac commit c898488Copy full SHA for c898488
2 files changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
strategy:
58
fail-fast: false
59
matrix:
60
- rust: [1.67.0, 1.65.0]
+ rust: [1.68.0]
61
timeout-minutes: 45
62
steps:
63
- uses: actions/checkout@v6
Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
9
keywords = ["error", "error-handling"]
10
license = "MIT OR Apache-2.0"
11
repository = "https://github.com/dtolnay/anyhow"
12
-rust-version = "1.65"
+rust-version = "1.68"
13
14
[features]
15
default = ["std"]
0 commit comments