Skip to content

Commit cb06722

Browse files
authored
Merge pull request #956 from LucasXu0/fix/955
fix: #955 upgrade build_resolvers to 2.0.9
2 parents 0225f0a + b5c3b61 commit cb06722

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/flowy_editor_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ on:
44
push:
55
branches:
66
- "main"
7+
paths:
8+
- "frontend/app_flowy/packages/appflowy_editor"
79

810
pull_request:
911
branches:
1012
- "main"
13+
paths:
14+
- "frontend/app_flowy/packages/appflowy_editor"
1115

1216
env:
1317
CARGO_TERM_COLOR: always

frontend/app_flowy/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ packages:
9898
name: build_resolvers
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "2.0.8"
101+
version: "2.0.9"
102102
build_runner:
103103
dependency: "direct dev"
104104
description:

0 commit comments

Comments
 (0)