Declare rust-version in Cargo.toml

This commit is contained in:
David Bürgin 2022-11-03 19:20:15 +01:00 committed by Benjamin Fry
parent fd0b3c9bfb
commit ccd875bce4
11 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name = "trust-dns"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
rust-version = "1.60.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,6 +3,7 @@ name = "async-std-resolver"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
rust-version = "1.60.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,6 +3,7 @@ name = "trust-dns-client"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
rust-version = "1.60.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

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

View File

@ -3,6 +3,7 @@ name = "trust-dns-recursor"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
rust-version = "1.60.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,6 +3,7 @@ name = "trust-dns-resolver"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
rust-version = "1.60.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,6 +3,7 @@ name = "trust-dns-server"
version = "0.22.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
edition = "2018"
rust-version = "1.60.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

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

View File

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