Set Rust minimal version to 1.43

This commit is contained in:
Rodolphe Bréard 2020-11-26 12:20:58 +01:00
parent 386d4f3446
commit 8d4d6d9419
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@ language: rust
sudo: true
rust:
- "1.41.1"
- "1.43.0"
- "1.43.1"
- "1.44.1"

View file

@ -16,4 +16,4 @@ Read the documentation on [docs.rs](https://docs.rs/opensmtpd/).
# Requirements
Rust 1.41 or newer.
Rust 1.43 or newer.