Update hound dependency to 3.3.1

Fixes tomaka/rodio#157
This commit is contained in:
Cormac O'Brien 2018-03-19 14:41:47 -05:00
parent ec3e39bbf2
commit 0e2ce6716b

View file

@ -11,7 +11,7 @@ documentation = "http://docs.rs/rodio"
[dependencies]
claxon = { version = "0.3.0", optional = true }
cpal = "0.6.0"
hound = { version = "1.0.0", optional = true }
hound = { version = "3.3.1", optional = true }
lazy_static = "1.0.0"
lewton = { version = "0.5", optional = true }
cgmath = "0.14"