Increase MSRV to 1.59 with 0.22 release

This commit is contained in:
Benjamin Fry 2022-08-30 10:25:57 -07:00 committed by Dirkjan Ochtman
parent def7ff98de
commit 19b4dc40c0
9 changed files with 11 additions and 10 deletions

View File

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

View File

@ -38,6 +38,7 @@ All notes should be prepended with the location of the change, e.g. `(proto)` or
### Changed
- (all) Minimum Rust Version now 1.59 #1771 by bluejekyll
- (client) Parser panic to result #1758 by darnuria
- (client) Avoid 3 unwrap() call inc Parser::flush_record. #1757 by @darnuria
- (client) Cleanup lex #1756 by darnuria

View File

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

View File

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

View File

@ -84,7 +84,7 @@ Zones will be automatically resigned on any record updates via dynamic DNS. To e
Useful for testing trust-dns-resolver and it's features via an independent CLI.
```shell
$ cargo install --bin resolve trust-dns-util
cargo install --bin resolve trust-dns-util
```
### example
@ -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.57`
The current minimum rustc version for this project is `1.59`
## 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.57`
The current minimum rustc version for this project is `1.59`
## Versioning