Merge pull request #125 from tomaka/fix-publish

Bump alsa-sys to 0.1
This commit is contained in:
tomaka 2016-08-14 20:20:59 +02:00 committed by GitHub
commit fa6a7e92d2
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)"