mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Update zerocopy to 0.7.26
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
dd07be41af
commit
c01742c010
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ parking_lot = { version = "0.12", features = ["deadlock_detection"] }
|
||||||
shell-words = "1.1"
|
shell-words = "1.1"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
tokio = { version = "1", features = ["parking_lot", "rt", "rt-multi-thread", "sync"] }
|
tokio = { version = "1", features = ["parking_lot", "rt", "rt-multi-thread", "sync"] }
|
||||||
zerocopy = "0.6"
|
zerocopy = { version = "0.7.26", features = ["derive"] }
|
||||||
|
|
||||||
# Backends
|
# Backends
|
||||||
alsa = { version = "0.8.1", optional = true }
|
alsa = { version = "0.8.1", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue