advise minimum rustc version is now 1.45

This commit is contained in:
Benjamin Fry 2020-11-10 16:48:24 -08:00
parent d5ba8424ca
commit 0da008592a
13 changed files with 14 additions and 13 deletions

View File

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

View File

@ -9,6 +9,7 @@ All notes should be prepended with the location of the change, e.g. `(proto)` or
### Changed
- (all) upgraded to Tokio 0.3
- (https) dns_hostname args all are `Arc<str>` rather than `Arc<String>`, use `Arc::from`
- (proto) Set TCP_NODELAY when building a TCP connection (@djc) #1249
- (all) *BREAKING* The `UdpSocket` trait has grown an associated `Time` type.
@ -19,7 +20,7 @@ bound for implementing the `Connect` trait.
- (resolver) *BREAKING* Move `CachingClient` from `lookup_state` to `caching_client` module
- (resolver) *BREAKING* Move `ResolverOpts::distrust_nx_responses` to `NameServerConfig::trust_nx_responses` (@djc) #1212
- (proto) `data-encoding` is now a required dependency #1208
- (all) minimum rustc version now `1.42`
- (all) minimum rustc version now `1.45`
- (resolver) For all NxDomain and NoError/NoData responses, `ResolveErrorKind::NoRecordsFound` will be returned #1197
- (server) Support for lowercase DNSClass and RecordType fields in zonefiles (@zhanif3) #1186
- (resolver) Make EDNS optional for resolvers (@CtrlZvi) #1173

View File

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

View File

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