Skip to content

Commit bd110e0

Browse files
authored
fix(homecore): enable standalone Arc serialization (#1682)
1 parent f3c361e commit bd110e0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sensing-server-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ on:
2828
- 'v2/crates/wifi-densepose-wifiscan/**'
2929
- 'v2/crates/wifi-densepose-bfld/**'
3030
- 'v2/crates/cog-ha-matter/**'
31+
- 'v2/crates/homecore*/**'
3132
- 'v2/Cargo.toml'
3233
- 'v2/Cargo.lock'
3334
- 'ui/**'

v2/crates/homecore-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tower-http = { version = "0.6", features = ["fs", "trace", "cors"] }
5050
# requires every crate that pulls reqwest to align on rustls-only (tracked in
5151
# CHANGELOG / ADR-131 security note).
5252
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
53-
serde = { version = "1", features = ["derive"] }
53+
serde = { version = "1", features = ["derive", "rc"] }
5454
serde_yaml = "0.9"
5555
# Concurrent fan-out of per-bank RoomState fetches in the gateway (§11 perf).
5656
futures = "0.3"

0 commit comments

Comments
 (0)