update minimum rust version to 1.40

This commit is contained in:
Benjamin Fry 2020-03-18 12:32:17 -07:00
parent 56ae49568f
commit 0ff7817a58
11 changed files with 11 additions and 11 deletions

View File

@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1.39.0', beta, nightly]
version: ['1.40.0', beta, nightly]
steps:
- uses: actions/checkout@v1

View File

@ -170,7 +170,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.39`
- The current minimum rustc version for this project is `1.40`
- 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.39`
The current minimum rustc version for this project is `1.40`
## 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.39`
The current minimum rustc version for this project is `1.40`
## 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.39`
The current minimum rustc version for this project is `1.40`
## 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.39`
The current minimum rustc version for this project is `1.40`
## 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.39`
The current minimum rustc version for this project is `1.40`
## Versioning

View File

@ -6,7 +6,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.39`
The current minimum rustc version for this project is `1.40`
## Versioning

View File

@ -81,7 +81,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.39`
The current minimum rustc version for this project is `1.40`
## 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.39`
The current minimum rustc version for this project is `1.40`
## 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.39`
The current minimum rustc version for this project is `1.40`
## Versioning