Update cpal to 0.11.0

This commit is contained in:
est31 2020-01-30 07:01:39 +01:00
parent 29344401ee
commit 1b3b716e9f
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- Update `lewton` to 0.10.
- Update `cpal` to 0.11.
# Version 0.10.0 (2019-11-16)
- Removal of nalgebra in favour of own code.

View file

@ -10,7 +10,7 @@ documentation = "http://docs.rs/rodio"
[dependencies]
claxon = { version = "0.4.2", optional = true }
cpal = "0.10"
cpal = "0.11"
hound = { version = "3.3.1", optional = true }
lazy_static = "1.0.0"
lewton = { version = "0.10", optional = true }