Skip to content

Commit 436030a

Browse files
committed
Bump MSRV to 1.60 for base64 dependency
1 parent 3d05978 commit 436030a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{ matrix.os }}
4040
strategy:
4141
matrix:
42-
rust_release: ["1.59", stable, nightly]
42+
rust_release: ["1.60", stable, nightly]
4343
os: [ubuntu-latest, windows-latest, macOS-latest]
4444

4545
steps:
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ${{ matrix.os }}
5656
strategy:
5757
matrix:
58-
rust_release: ["1.59", stable, nightly]
58+
rust_release: ["1.60", stable, nightly]
5959
os: [ubuntu-latest, windows-latest, macOS-latest]
6060

6161
steps:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<a href="https://www.rust-lang.org/en-US/">
2626
<img src="https://img.shields.io/badge/Made%20with-Rust-orange.svg" alt='Build with Rust' />
2727
</a>
28-
<a href="https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html">
29-
<img src="https://img.shields.io/badge/rustc-1.56+-yellow.svg" alt='Minimum Rust Version' />
28+
<a href="https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html">
29+
<img src="https://img.shields.io/badge/rustc-1.60+-yellow.svg" alt='Minimum Rust Version: 1.60' />
3030
</a>
3131
</p>
3232

README.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<a href="https://www.rust-lang.org/en-US/">
2626
<img src="https://img.shields.io/badge/Made%20with-Rust-orange.svg" alt='Build with Rust' />
2727
</a>
28-
<a href="https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html">
29-
<img src="https://img.shields.io/badge/rustc-1.56+-yellow.svg" alt='Minimum Rust Version' />
28+
<a href="https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html">
29+
<img src="https://img.shields.io/badge/rustc-1.60+-yellow.svg" alt='Minimum Rust Version: 1.60' />
3030
</a>
3131
</p>
3232

0 commit comments

Comments
 (0)