Skip to content

Commit 7a7e143

Browse files
committed
desktop-app: Fix race conditions in observable collection state
1 parent 75de284 commit 7a7e143

File tree

15 files changed

+514
-299
lines changed

15 files changed

+514
-299
lines changed

Cargo.lock

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

crates/core-api/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#![allow(clippy::wildcard_imports)]
77

88
pub mod collection;
9+
pub use collection::Summary as CollectionSummary;
10+
911
pub mod filtering;
1012
pub mod media;
1113
pub mod playlist;

crates/desktop-app/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ workspace = true
1515

1616
[dependencies]
1717
anyhow = "1.0.79"
18-
discro = { version = "0.29.0", features = ["tokio"] }
18+
discro = { version = "0.29.1", features = ["tokio"] }
1919
highway = { version = "1.1.0" }
2020
log = "0.4.20"
2121
ron = "0.8.1"

0 commit comments

Comments
 (0)