Nit: Selecting direct minimal versions flag is -Zdirect-minimal-versions (#16)
This commit is contained in:
parent
bfee1175f6
commit
3d6ab95662
1 changed files with 3 additions and 3 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -52,8 +52,8 @@ jobs:
|
||||||
#
|
#
|
||||||
# This particular check can be difficult to get to succeed as often transitive dependencies may
|
# This particular check can be difficult to get to succeed as often transitive dependencies may
|
||||||
# be incorrectly specified (e.g., a dependency specifies 1.0 but really requires 1.1.5). There
|
# be incorrectly specified (e.g., a dependency specifies 1.0 but really requires 1.1.5). There
|
||||||
# is an alternative flag available -Zminimal-direct that uses the minimal versions for direct
|
# is an alternative flag available -Zdirect-minimal-versions that uses the minimal versions for
|
||||||
# dependencies of this crate, while selecting the maximal versions for the transitive
|
# direct dependencies of this crate, while selecting the maximal versions for the transitive
|
||||||
# dependencies. Alternatively, you can add a line in your Cargo.toml to artificially increase
|
# dependencies. Alternatively, you can add a line in your Cargo.toml to artificially increase
|
||||||
# the minimal dependency, which you do with e.g.:
|
# the minimal dependency, which you do with e.g.:
|
||||||
# ```toml
|
# ```toml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue