Skip to content

Commit c532751

Browse files
committed
Raise rustc to 1.68
1 parent 1f487da commit c532751

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
rust: [nightly, beta, stable, 1.85.0, 1.61.0]
22+
rust: [nightly, beta, stable, 1.85.0, 1.68.0]
2323
timeout-minutes: 45
2424
steps:
2525
- uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
2828
toolchain: ${{matrix.rust}}
2929
- run: cargo check
3030
- run: cargo test
31-
if: matrix.rust != '1.61.0'
31+
if: matrix.rust != '1.68.0'
3232
- run: cargo bench --no-run
3333
if: matrix.rust == 'nightly'
3434
- uses: actions/upload-artifact@v4

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
1010
keywords = ["serde", "serialization"]
1111
license = "MIT OR Apache-2.0"
1212
repository = "https://github.com/serde-rs/bench"
13-
rust-version = "1.61"
13+
rust-version = "1.68"
1414

1515
[dependencies]
1616
byteorder = "1.4.3"

0 commit comments

Comments
 (0)