Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions native/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_json = "=1.0.151"
sha1 = "=0.11.0"
sysinfo = "=0.39.6"
tokio = { version = "=1.53.1", features = ["io-std", "io-util", "macros", "rt-multi-thread", "sync", "time"] }
uuid = { version = "=1.24.0", features = ["v4"] }
uuid = { version = "=1.24.1", features = ["v4"] }

# librespot-core 0.8.0's build script is incompatible with vergen 9.1. Pin the last compatible
# resolver range until a published librespot release removes that constraint.
Expand Down
Loading