Skip to content

Commit 37ddd7c

Browse files
authored
Merge pull request #222 from epage/template
chore: Update from _rust/main template
2 parents 6957d19 + fd20205 commit 37ddd7c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
matchManagers: [
3333
'custom.regex',
3434
],
35-
matchPackageNames: [
35+
matchDepNames: [
3636
'STABLE',
3737
],
3838
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ rc_mutex = "warn"
7070
redundant_feature_names = "warn"
7171
ref_option_ref = "warn"
7272
rest_pat_in_fully_bound_structs = "warn"
73+
result_large_err = "allow"
7374
same_functions_in_if_condition = "warn"
7475
self_named_module_files = "warn"
7576
semicolon_if_nothing_returned = "warn"
@@ -103,7 +104,7 @@ include.workspace = true
103104

104105
[package.metadata.docs.rs]
105106
all-features = true
106-
rustdoc-args = ["--cfg", "docsrs"]
107+
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
107108

108109
[package.metadata.release]
109110
pre-release-replacements = [

0 commit comments

Comments
 (0)