Skip to content

Commit 0cb6ad7

Browse files
author
张朔源
committed
cargo clippy
1 parent a5c7a92 commit 0cb6ad7

File tree

16 files changed

+123
-135
lines changed

16 files changed

+123
-135
lines changed

Cargo.lock

Lines changed: 67 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ base64 = "0.22"
1919
bytes = "1"
2020
chrono = { version = "0.4" }
2121
clap = { version = "4.5.7"}
22-
console = "0.15"
23-
console-subscriber = "0.3"
22+
console = "0.16"
23+
console-subscriber = "0.4"
2424
dashmap = "6.1"
2525
delay_timer = "0.11.6"
2626
duration-str = "0.17"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ It provides a static web http server with cache and hot reload.
2626
- provide JS SDK and command line client to interact with Server
2727

2828
## Document
29-
There is a nice [document](https://fornetcode.github.io/spa-server/) powered by VitePress and GitHub Pages,
30-
you can quickly start spa-server with this [guide](https://fornetcode.github.io/spa-server/guide/getting-started.html).
29+
There is a nice [Document](https://fornetcode.github.io/spa-server/) powered by VitePress and GitHub Pages,
30+
you can quickly start spa-server with this [Guide](https://fornetcode.github.io/spa-server/guide/getting-started.html).

0 commit comments

Comments
 (0)