Skip to content

Commit bbdeb44

Browse files
committed
Merge remote-tracking branch 'upstream/master' into try-insta
2 parents e889dc6 + b6ce67d commit bbdeb44

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+2982
-1271
lines changed

.clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
msrv = "1.81.0"
1+
msrv = "1.82.0"
22
cognitive-complexity-threshold = 18

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
groups:
9+
cargo-minor:
10+
patterns: ["*"]
11+
update-types:
12+
- 'minor'
13+
cargo-patch:
14+
patterns: ["*"]
15+
update-types:
16+
- 'patch'

0 commit comments

Comments
 (0)