We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fdfbb commit a136915Copy full SHA for a136915
.github/workflows/test.yml
@@ -57,8 +57,8 @@ jobs:
57
# dependencies. Alternatively, you can add a line in your Cargo.toml to artificially increase
58
# the minimal dependency, which you do with e.g.:
59
# ```toml
60
- # # for minimal-versions
61
- # [target.'cfg(any())'.dependencies]
+ # # for minimal-versions
+ # [target.'cfg(any())'.dependencies]
62
# openssl = { version = "0.10.55", optional = true } # needed to allow foo to build with -Zminimal-versions
63
# ```
64
# The optional = true is necessary in case that dependency isn't otherwise transitively required
0 commit comments