Skip to content

Commit 16bdc06

Browse files
committed
1.71 -> 1.71.1
1 parent 62c13b4 commit 16bdc06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cargo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
rust: [stable, beta, 1.71.0]
19+
rust: [stable, beta, 1.71.1]
2020

2121
runs-on: ${{ matrix.os }}
2222

@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [windows-latest]
42-
rust: [stable, beta, 1.71.0]
42+
rust: [stable, beta, 1.71.1]
4343

4444
runs-on: ${{ matrix.os }}
4545

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
exclude = ["/cargo_deny.sh", "/deny.toml", "/run-fuzz.sh"]
1313

1414
# MSRV
15-
rust-version = "1.71"
15+
rust-version = "1.71.1"
1616

1717
# Notes on OpenSSL
1818
# - Vendored (static link source build) ensures version consistency and easier

0 commit comments

Comments
 (0)