From 9c20ab27a7294e0e6ccf18bf18359b1ee35e8205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Li=C3=A9tar?= Date: Mon, 6 Mar 2017 15:57:18 +0000 Subject: [PATCH] Bump alsa-sys version number See #152 --- alsa-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsa-sys/Cargo.toml b/alsa-sys/Cargo.toml index cfda239..0fb5875 100644 --- a/alsa-sys/Cargo.toml +++ b/alsa-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alsa-sys" -version = "0.1.0" +version = "0.1.1" authors = ["Pierre Krieger "] build = "build.rs" description = "Bindings for the ALSA project (Advanced Linux Sound Architecture)"