|
|
@ -27,10 +27,10 @@ env:
|
|
|
|
# A recent version of stable Rust that is known to pass build, test and other
|
|
|
|
# A recent version of stable Rust that is known to pass build, test and other
|
|
|
|
# verification steps in this workflow. This was added because using "stable"
|
|
|
|
# verification steps in this workflow. This was added because using "stable"
|
|
|
|
# could cause some steps to fail.
|
|
|
|
# could cause some steps to fail.
|
|
|
|
RUST_VERSION_KNOWN: "1.58.1"
|
|
|
|
RUST_VERSION_KNOWN: "1.62.0"
|
|
|
|
|
|
|
|
|
|
|
|
# The minimum version of Rust supported.
|
|
|
|
# The minimum version of Rust supported.
|
|
|
|
RUST_VERSION_MIN: "1.48"
|
|
|
|
RUST_VERSION_MIN: "1.58.1"
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
|
|
|
|
|
|
|
|