Skip to content

Commit 20f0abb

Browse files
authored
Feature/fix playlist update deadlock (#527)
* TargetIDMapping fixed for deadlock prevention
1 parent dde632d commit 20f0abb

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuliprox"
3-
version = "3.2.45"
3+
version = "3.2.46"
44
edition = "2021"
55
rust-version = "1.89.0"
66

frontend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "frontend"
3-
version = "3.2.45"
3+
version = "3.2.46"
44
edition = "2021"
55
rust-version = "1.89.0"
66

77
[dependencies]
8-
shared = { version = "3.2.45", path = "../shared" }
8+
shared = { version = "3.2.46", path = "../shared" }
99
chrono = "0"
1010
yew = "0.21"
1111
yew-router = "0.18"

shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shared"
3-
version = "3.2.45"
3+
version = "3.2.46"
44
edition = "2021"
55
rust-version = "1.89.0"
66

0 commit comments

Comments
 (0)