We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a1fc7 commit e1d19aeCopy full SHA for e1d19ae
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
- rust: [nightly, beta, stable, 1.70.0]
+ rust: [nightly, beta, stable, 1.76.0]
28
timeout-minutes: 45
29
steps:
30
- uses: actions/checkout@v5
Cargo.toml
@@ -10,7 +10,7 @@ exclude = ["build.rs", "screenshots/*"]
10
keywords = ["macros", "testing", "dev-dependencies"]
11
license = "MIT OR Apache-2.0"
12
repository = "https://github.com/dtolnay/trybuild"
13
-rust-version = "1.70"
+rust-version = "1.76"
14
15
[features]
16
# Experimental: highlight the diff between the expected and actual compiler
0 commit comments