Skip to content

Commit

Permalink
Increase MSRV to 1.59 with 0.22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll authored and djc committed Sep 2, 2022
1 parent def7ff9 commit 19b4dc4
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion crates/async-std-resolver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion crates/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion crates/proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions crates/resolver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion crates/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 19b4dc4

Please sign in to comment.