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.
2 parents dbc9faa + 1389d7d commit f35d8e0Copy full SHA for f35d8e0
.github/renovate.json5
@@ -34,7 +34,7 @@
34
matchManagers: [
35
'custom.regex',
36
],
37
- matchPackageNames: [
+ matchDepNames: [
38
'STABLE',
39
40
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
Cargo.toml
@@ -119,7 +119,6 @@ include.workspace = true
119
[package.metadata.docs.rs]
120
features = ["unstable-doc"]
121
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
122
-cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
123
124
[package.metadata.playground]
125
0 commit comments