From 5e68bba0fe40e03cbdf85f5bd06c51bac88c44e0 Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Mon, 21 Aug 2017 13:48:24 -0600 Subject: [PATCH] Publish new version It would be helpful to me to have use of the new `empty()` function for Amethyst. Do you mind publishing a new minor version? --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27dfe8c..8bce285 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rodio" -version = "0.5.1" +version = "0.5.2" authors = ["Pierre Krieger "] license = "Apache-2.0" description = "Audio playback library"