Bump alsa-sys to 0.1

This commit is contained in:
Pierre Krieger 2016-08-14 20:16:34 +02:00
parent a431c03f42
commit 88bf15faca
2 changed files with 5 additions and 6 deletions

View File

@ -17,19 +17,19 @@ ole32-sys = "0.2"
kernel32-sys = "0.2"
[target.arm-unknown-linux-gnueabihf.dependencies.alsa-sys]
version = "0"
version = "0.1"
path = "alsa-sys"
[target.mipsel-unknown-linux-gnu.dependencies.alsa-sys]
version = "0"
version = "0.1"
path = "alsa-sys"
[target.i686-unknown-linux-gnu.dependencies.alsa-sys]
version = "0"
version = "0.1"
path = "alsa-sys"
[target.x86_64-unknown-linux-gnu.dependencies.alsa-sys]
version = "0"
version = "0.1"
path = "alsa-sys"
[target.x86_64-apple-darwin.dependencies]

View File

@ -1,7 +1,6 @@
[package]
name = "alsa-sys"
version = "0.0.8"
version = "0.1.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
build = "build.rs"
description = "Bindings for the ALSA project (Advanced Linux Sound Architecture)"