Skip to content

Commit 1389d7d

Browse files
committed
chore: Update from '_rust/main' template
2 parents dbc9faa + e121dd6 commit 1389d7d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/renovate.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
matchManagers: [
3535
'custom.regex',
3636
],
37-
matchPackageNames: [
37+
matchDepNames: [
3838
'STABLE',
3939
],
4040
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ include.workspace = true
119119
[package.metadata.docs.rs]
120120
features = ["unstable-doc"]
121121
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
122-
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
123122

124123
[package.metadata.playground]
125124
features = ["unstable-doc"]

0 commit comments

Comments
 (0)