Update MSRV to 1.57

This commit is contained in:
Dirkjan Ochtman 2022-08-03 13:02:51 +02:00 committed by Benjamin Fry
parent ca000eaaf9
commit aaab3b6fad
8 changed files with 9 additions and 9 deletions

View File

@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1.54.0', beta, nightly]
version: ["1.57.0", beta, nightly]
steps:
- uses: actions/checkout@v3

View File

@ -1,4 +1,4 @@
[![minimum rustc: 1.54](https://img.shields.io/badge/minimum%20rustc-1.54-green?logo=rust)](https://www.whatrustisit.com)
[![minimum rustc: 1.57](https://img.shields.io/badge/minimum%20rustc-1.57-green?logo=rust)](https://www.whatrustisit.com)
[![Build Status](https://github.com/bluejekyll/trust-dns/workflows/test/badge.svg?branch=main)](https://github.com/bluejekyll/trust-dns/actions?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/bluejekyll/trust-dns/branch/main/graph/badge.svg)](https://codecov.io/gh/bluejekyll/trust-dns)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE-MIT)
@ -175,7 +175,7 @@ presume that the trust-dns repos have already been synced to the local system:
### Minimum Rust Version
- The current minimum rustc version for this project is `1.54`
- The current minimum rustc version for this project is `1.57`
- OpenSSL development libraries (optional in client and resolver, min version 1.0.2)
### Mac OS X: using homebrew

View File

@ -44,7 +44,7 @@ Zones will be automatically resigned on any record updates via dynamic DNS. To e
## Minimum Rust Version
The current minimum rustc version for this project is `1.54`
The current minimum rustc version for this project is `1.57`
## Versioning

View File

@ -51,7 +51,7 @@ async fn main() {
## Minimum Rust Version
The current minimum rustc version for this project is `1.54`
The current minimum rustc version for this project is `1.57`
## Versioning

View File

@ -74,7 +74,7 @@ Zones will be automatically resigned on any record updates via dynamic DNS. To e
## Minimum Rust Version
The current minimum rustc version for this project is `1.54`
The current minimum rustc version for this project is `1.57`
## Versioning

View File

@ -4,7 +4,7 @@ Trust-DNS Proto is the foundational DNS protocol library and implementation for
## Minimum Rust Version
The current minimum rustc version for this project is `1.54`
The current minimum rustc version for this project is `1.57`
## Versioning

View File

@ -98,7 +98,7 @@ Success for query name: www.example.com. type: A class: IN
## Minimum Rust Version
The current minimum rustc version for this project is `1.54`
The current minimum rustc version for this project is `1.57`
## Versioning

View File

@ -24,7 +24,7 @@ This library contains basic implementations for DNS zone hosting. It is capable
## Minimum Rust Version
The current minimum rustc version for this project is `1.54`
The current minimum rustc version for this project is `1.57`
## Versioning