Skip to content

Commit 67df923

Browse files
committed
Merge branch 'master' into sleep-interval
# Conflicts: # packages/yew/Cargo.toml # packages/yew/tests/use_reducer.rs
2 parents 2968aec + 544990a commit 67df923

Some content is hidden

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

73 files changed

+3204
-386
lines changed

.github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ updates:
66
interval: "weekly"
77
day: "friday"
88
open-pull-requests-limit: 5
9+
10+
- package-ecosystem: "cargo"
11+
directory: "/examples"
12+
schedule:
13+
interval: "weekly"
14+
day: "friday"
15+
open-pull-requests-limit: 5
16+
17+
- package-ecosystem: "cargo"
18+
directory: "/tools"
19+
schedule:
20+
interval: "weekly"
21+
day: "friday"
22+
open-pull-requests-limit: 5
923

1024
- package-ecosystem: "npm"
1125
directory: "/website"

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
members = [
3-
"packages/*",
3+
"packages/*",
44
]
55
exclude = [
66
"tools/*",

examples/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# trunk output
22
dist/
3+
4+
!Cargo.lock

0 commit comments

Comments
 (0)