1
0
Fork 0
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:
Roderick van Domburg 2025-08-13 17:22:37 +02:00
parent 445f8b10a2
commit c4766ceb99
No known key found for this signature in database
GPG key ID: 607FA06CB5236AE0
3 changed files with 4 additions and 4 deletions

View file

@ -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 = [