Skip to content

Commit fb264a7

Browse files
committed
Update zerocopy to 0.7.32
Signed-off-by: Christian König <[email protected]>
1 parent 856bd5e commit fb264a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playback/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ parking_lot = { version = "0.12", features = ["deadlock_detection"] }
2828
shell-words = "1.1"
2929
thiserror = "1"
3030
tokio = { version = "1", features = ["parking_lot", "rt", "rt-multi-thread", "sync"] }
31-
zerocopy = { version = "0.7.31", features = ["derive"] }
31+
zerocopy = { version = "0.7.32", features = ["derive"] }
3232

3333
# Backends
3434
alsa = { version = "0.9.0", optional = true }

0 commit comments

Comments
 (0)