Skip to content

Commit 7c30eb0

Browse files
committed
Stop testing compilers older than 1.68
Cargo 1.68 has the sparse registry protocol which greatly speeds up CI. Testing compilers older than that is too slow for no benefit.
1 parent ef19b8c commit 7c30eb0

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
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
rust: [nightly, beta, stable, 1.56.0]
22+
rust: [nightly, beta, stable, 1.68.0]
2323
timeout-minutes: 45
2424
steps:
2525
- uses: actions/checkout@v4

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
keywords = ["serde", "serialization", "no_std", "bytes"]
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/serde-rs/bytes"
12-
rust-version = "1.53"
12+
rust-version = "1.68"
1313

1414
[features]
1515
default = ["std"]

0 commit comments

Comments
 (0)