Skip to content

Commit 403d6c9

Browse files
committed
fix dependency features
1 parent 57c83c7 commit 403d6c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ web-sys = { version = "0.3", features = [
4040
"IntersectionObserverEntry",
4141
"IntersectionObserverInit",
4242
] }
43+
uuid = { version = "1.13", features = ["v4", "js"] }
4344

4445

4546
pslink-shared = { version = "0.4", path = "../shared" }

pslink/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ serde = { version = "1.0", features = ["derive"] }
4646
static-files = { version = "0.2", default-features = false }
4747
thiserror = "2"
4848
tracing-actix-web = "0.7"
49+
uuid = { version = "1.13", features = ["v4"] }
4950
tracing-opentelemetry = "0.28"
5051
async-trait = "0.1"
5152
enum-map = { version = "2.7", features = ["serde"] }

0 commit comments

Comments
 (0)