Skip to content

Commit e1d19ae

Browse files
committed
Raise required compiler to Rust 1.76
1 parent b4a1fc7 commit e1d19ae

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.70.0]
27+
rust: [nightly, beta, stable, 1.76.0]
2828
timeout-minutes: 45
2929
steps:
3030
- uses: actions/checkout@v5

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exclude = ["build.rs", "screenshots/*"]
1010
keywords = ["macros", "testing", "dev-dependencies"]
1111
license = "MIT OR Apache-2.0"
1212
repository = "https://github.com/dtolnay/trybuild"
13-
rust-version = "1.70"
13+
rust-version = "1.76"
1414

1515
[features]
1616
# Experimental: highlight the diff between the expected and actual compiler

0 commit comments

Comments
 (0)