Update MSRV to 1.64

This commit is contained in:
YISH 2023-03-18 02:50:15 +08:00 committed by Benjamin Fry
parent 590b47a3f2
commit a0a4acb7cf
20 changed files with 21 additions and 21 deletions

View File

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

View File

@ -1,4 +1,4 @@
[![minimum rustc: 1.60](https://img.shields.io/badge/minimum%20rustc-1.60-green?logo=rust)](https://www.whatrustisit.com)
[![minimum rustc: 1.64](https://img.shields.io/badge/minimum%20rustc-1.64-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.60`
- The current minimum rustc version for this project is `1.64`
- OpenSSL development libraries (optional in client and resolver, min version 1.0.2)
### Mac OS X: using homebrew

View File

@ -3,7 +3,7 @@ name = "trust-dns"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"
# A short blurb about the package. This is not rendered in any format when
# uploaded to crates.io (aka this is not markdown)

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.60`
The current minimum rustc version for this project is `1.64`
## Versioning

View File

@ -3,7 +3,7 @@ name = "async-std-resolver"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"
# A short blurb about the package. This is not rendered in any format when
# uploaded to crates.io (aka this is not markdown)

View File

@ -51,7 +51,7 @@ async fn main() {
## Minimum Rust Version
The current minimum rustc version for this project is `1.60`
The current minimum rustc version for this project is `1.64`
## Versioning

View File

@ -3,7 +3,7 @@ name = "trust-dns-client"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"
# A short blurb about the package. This is not rendered in any format when
# uploaded to crates.io (aka this is not markdown)

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.60`
The current minimum rustc version for this project is `1.64`
## Versioning

View File

@ -2,7 +2,7 @@
name = "trust-dns-proto"
version = "0.22.0"
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
# A short blurb about the package. This is not rendered in any format when

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.60`
The current minimum rustc version for this project is `1.64`
## Versioning

View File

@ -3,7 +3,7 @@ name = "trust-dns-recursor"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"
# A short blurb about the package. This is not rendered in any format when
# uploaded to crates.io (aka this is not markdown)

View File

@ -6,7 +6,7 @@ This library can be used to perform DNS resolution beginning with a set of root
## Minimum Rust Version
The current minimum rustc version for this project is `1.54`
The current minimum rustc version for this project is `1.64`
## Versioning

View File

@ -3,7 +3,7 @@ name = "trust-dns-resolver"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"
# A short blurb about the package. This is not rendered in any format when
# uploaded to crates.io (aka this is not markdown)

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.60`
The current minimum rustc version for this project is `1.64`
## Versioning

View File

@ -3,7 +3,7 @@ name = "trust-dns-server"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"
# A short blurb about the package. This is not rendered in any format when
# uploaded to crates.io (aka this is not markdown)

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.60`
The current minimum rustc version for this project is `1.64`
## Versioning

View File

@ -4,7 +4,7 @@ version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"
[package.metadata]
cargo-fuzz = true

View File

@ -3,7 +3,7 @@ name = "trust-dns-compatibility"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"
# A short blurb about the package. This is not rendered in any format when
# uploaded to crates.io (aka this is not markdown)

View File

@ -3,7 +3,7 @@ name = "trust-dns-integration"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"
# A short blurb about the package. This is not rendered in any format when
# uploaded to crates.io (aka this is not markdown)

View File

@ -3,7 +3,7 @@ name = "trust-dns-util"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.64.0"
# A short blurb about the package. This is not rendered in any format when
# uploaded to crates.io (aka this is not markdown)