Skip to content

Commit d39d63a

Browse files
authored
update dependencies (#265)
1 parent 9bb04b2 commit d39d63a

2 files changed

Lines changed: 1109 additions & 850 deletions

File tree

.github/workflows/server_ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- "worker/**"
1010
- "core/**"
1111
- ".github/workflows/server_ci.yml"
12+
- "Cargo.lock"
13+
- "Cargo.toml"
1214
push:
1315
branches:
1416
- main
@@ -17,7 +19,8 @@ on:
1719
- "worker/**"
1820
- "core/**"
1921
- ".github/workflows/server_ci.yml"
20-
22+
- "Cargo.lock"
23+
- "Cargo.toml"
2124
jobs:
2225
lint:
2326
name: Run linters

0 commit comments

Comments
 (0)