Skip to content

Commit

Permalink
Raise required compiler to Rust 1.61
Browse files Browse the repository at this point in the history
Required by recent versions of `syn`
  • Loading branch information
dtolnay committed Aug 25, 2024
1 parent ecec910 commit eb6b628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.60.0]
rust: [nightly, beta, stable, 1.61.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
keywords = ["serde", "serialization"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/serde-rs/bench"
rust-version = "1.56"
rust-version = "1.61"

[dependencies]
byteorder = "1.4.3"
Expand Down

0 comments on commit eb6b628

Please sign in to comment.