Skip to content

Commit 064da0e

Browse files
authored
feat: server shutdown signal (#676)
1 parent 270360e commit 064da0e

File tree

14 files changed

+468
-290
lines changed

14 files changed

+468
-290
lines changed

.cspell.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
version: "0.2"
22
words:
3+
- actix
4+
- addrs
5+
- mptcp
6+
- nonblocking
7+
- oneshot
38
- rustup

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ updates:
88
directory: /
99
schedule:
1010
interval: weekly
11+
versioning-strategy: lockfile-only

0 commit comments

Comments
 (0)