We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c13b4 commit 16bdc06Copy full SHA for 16bdc06
.github/workflows/cargo.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
os: [ubuntu-latest, macos-latest, windows-latest]
19
- rust: [stable, beta, 1.71.0]
+ rust: [stable, beta, 1.71.1]
20
21
runs-on: ${{ matrix.os }}
22
@@ -39,7 +39,7 @@ jobs:
39
40
41
os: [windows-latest]
42
43
44
45
Cargo.toml
@@ -12,7 +12,7 @@ edition = "2021"
12
exclude = ["/cargo_deny.sh", "/deny.toml", "/run-fuzz.sh"]
13
14
# MSRV
15
-rust-version = "1.71"
+rust-version = "1.71.1"
# Notes on OpenSSL
# - Vendored (static link source build) ensures version consistency and easier
0 commit comments