Skip to content

Commit a6dbd1a

Browse files
CI and effective msrv bump to 1.83
1 parent 9871749 commit a6dbd1a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
# nightly, msrv, and latest stable
11-
toolchain: [nightly, 1.82.0, 1.87.0]
11+
toolchain: [nightly, 1.83.0, 1.87.0]
1212
runs-on: ubuntu-latest
1313
# Only run on "pull_request" event for external PRs. This is to avoid
1414
# duplicate builds for PRs created from internal branches.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,9 @@ Both x86_64 and aarch64 architectures will be supported.
6161

6262
Pingora keeps a rolling MSRV (minimum supported Rust version) policy of 6 months. This means we will accept PRs that upgrade the MSRV as long as the new Rust version used is at least 6 months old.
6363

64-
Our current MSRV is effectively 1.82.
64+
Our current MSRV is effectively 1.83.
6565

66-
Previously Pingora advertised an MSRV of 1.72. Older Rust versions may still be able to compile via `cargo update` pinning dependencies such as `[email protected]`. The advertised MSRV in config files will be officially bumped to 1.82 in an upcoming release.
67-
68-
Building with the optional feature `boringssl` with Boring >= 4.14 requires Rust 1.80.
66+
Previously Pingora advertised an MSRV of 1.72. Older Rust versions may still be able to compile via `cargo update` pinning dependencies such as `[email protected]`. The advertised MSRV in config files will be officially bumped to 1.83 in an upcoming release.
6967

7068
## Build Requirements
7169

0 commit comments

Comments
 (0)