update min rustc version to 1.54

This commit is contained in:
Benjamin Fry 2022-01-17 16:13:35 -08:00
parent 020aac74e7
commit 550e8f8be3
12 changed files with 13 additions and 13 deletions

View File

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

View File

@ -1,4 +1,4 @@
[![minimum rustc: 1.52](https://img.shields.io/badge/minimum%20rustc-1.52-green?logo=rust)](https://www.whatrustisit.com)
[![minimum rustc: 1.54](https://img.shields.io/badge/minimum%20rustc-1.54-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)
@ -174,7 +174,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.52`
- The current minimum rustc version for this project is `1.54`
- 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.52`
The current minimum rustc version for this project is `1.54`
## Versioning

View File

@ -51,7 +51,7 @@ async fn main() {
## Minimum Rust Version
The current minimum rustc version for this project is `1.52`
The current minimum rustc version for this project is `1.54`
## 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.52`
The current minimum rustc version for this project is `1.54`
## Versioning

View File

@ -6,7 +6,7 @@ This library allows for HTTPS connections to be established to remote DNS server
## Minimum Rust Version
The current minimum rustc version for this project is `1.52`
The current minimum rustc version for this project is `1.54`
## Versioning

View File

@ -6,7 +6,7 @@ This library allows for TLS connections to be established to remote DNS servers.
## Minimum Rust Version
The current minimum rustc version for this project is `1.52`
The current minimum rustc version for this project is `1.54`
## Versioning

View File

@ -6,7 +6,7 @@ This library allows for TLS connections to be established to remote DNS servers.
## Minimum Rust Version
The current minimum rustc version for this project is `1.52`
The current minimum rustc version for this project is `1.54`
## 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.52`
The current minimum rustc version for this project is `1.54`
## 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.52`
The current minimum rustc version for this project is `1.54`
## Versioning

View File

@ -8,7 +8,7 @@ This library allows for TLS connections to be established to remote DNS servers.
## Minimum Rust Version
The current minimum rustc version for this project is `1.52`
The current minimum rustc version for this project is `1.54`
## 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.52`
The current minimum rustc version for this project is `1.54`
## Versioning