Update the MSRV
This commit is contained in:
parent
e2b2417b04
commit
ee85a57537
2 changed files with 5 additions and 4 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -8,9 +8,10 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
rust:
|
||||
- 1.70.0
|
||||
- 1.71.1
|
||||
- 1.72.1
|
||||
- 1.74.1
|
||||
- 1.75.0
|
||||
- 1.76.0
|
||||
- 1.77.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Sub-Address KEy (SAKE) filter
|
||||
|
||||
[![Build Status](https://github.com/breard-r/opensmtpd-filter-sake/actions/workflows/ci.yml/badge.svg)](https://github.com/breard-r/opensmtpd-filter-sake/actions/workflows/ci.yml)
|
||||
![Minimal rustc version](https://img.shields.io/badge/rustc-1.70.0+-lightgray.svg)
|
||||
![Minimal rustc version](https://img.shields.io/badge/rustc-1.74.1+-lightgray.svg)
|
||||
![License MIT OR Apache 2.0](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue)
|
||||
|
||||
Sub-address key filter for OpenSMTPD.
|
||||
|
|
Loading…
Reference in a new issue