Skip to content

Commit 93a243e

Browse files
committed
cargo clippy and bump deps
1 parent c8ba21b commit 93a243e

File tree

17 files changed

+124
-136
lines changed

17 files changed

+124
-136
lines changed

.github/workflows/spa-server-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
cache-dependency-path: './jsclient/package-lock.json'
7070
- run: |
7171
cd ./example/js-app-example && npm ci && npm run build && \
72-
cd ../../jsclient && npm ci && npm run build && npm test
72+
cd ../../jsclient && npm ci && npm test && npm run build

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)