mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 09:49:31 +02:00
fix: downgrade sysinfo for MSRV constraints
This commit is contained in:
parent
445f8b10a2
commit
c4766ceb99
3 changed files with 4 additions and 4 deletions
|
@ -58,7 +58,7 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
serde_json = "1.0"
|
||||
sha1 = { version = "0.10", features = ["oid"] }
|
||||
shannon = "0.2"
|
||||
sysinfo = { version = "0.37", default-features = false, features = ["system"] }
|
||||
sysinfo = { version = "0.36", default-features = false, features = ["system"] }
|
||||
thiserror = "2"
|
||||
time = { version = "0.3", features = ["formatting", "parsing"] }
|
||||
tokio = { version = "1", features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue