From 84f0acbd655d8d71b62d592fce7d51d668d36819 Mon Sep 17 00:00:00 2001 From: tomaka Date: Wed, 11 Oct 2017 14:34:40 +0200 Subject: [PATCH] Publish 0.4.6 (#163) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d4eb5b..5d661b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cpal" -version = "0.4.5" +version = "0.4.6" authors = ["The CPAL contributors", "Pierre Krieger "] description = "Low-level cross-platform audio playing library in pure Rust." repository = "https://github.com/tomaka/cpal"