Skip to content

Commit c1b97df

Browse files
committed
update spa server version
1 parent 9b7d2f7 commit c1b97df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/bin/main.rs"
1818

1919

2020
[dependencies]
21-
entity = {path = "../entity"}
21+
entity = { path = "../entity" }
2222

2323
# web request
2424
reqwest = { version = "0.12", features = ["json", "blocking", "multipart", "stream", "rustls-tls"], default-features = false }

server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spa-server"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
edition = "2021"
55
authors = ["timzaak"]
66
license = "MIT"

0 commit comments

Comments
 (0)