Skip to content

Commit c40b8a1

Browse files
committed
bump msrv to 1.46: socket2 crate uses match in const fn
1 parent ce2ddc9 commit c40b8a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
rust_release: [1.45, stable, nightly]
36+
rust_release: [1.46, stable, nightly]
3737
os: [ubuntu-latest, windows-latest, macOS-latest]
3838

3939
steps:

README.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
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/2020/03/12/Rust-1.45.html">
29-
<img src="https://img.shields.io/badge/rustc-1.45+-yellow.svg" alt='Minimum Rust Version' />
28+
<a href="https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html">
29+
<img src="https://img.shields.io/badge/rustc-1.46+-yellow.svg" alt='Minimum Rust Version' />
3030
</a>
3131
</p>
3232

3333
{{readme}}
3434

35-
@ 2020 Gero Gerke and [contributors](https://github.com/Empty2k12/influxdb-rust/graphs/contributors).
35+
@ 2020 Gero Gerke and [contributors](https://github.com/Empty2k12/influxdb-rust/graphs/contributors).

0 commit comments

Comments
 (0)