Update protobuf-macros

This commit is contained in:
Paul Lietar 2016-01-02 01:05:26 +01:00
parent bead9daf78
commit 0984ad0bf0
2 changed files with 6 additions and 4 deletions

View file

@ -13,4 +13,6 @@ before_install:
- export PATH=$HOME/.cargo/bin:$PATH
install:
- cargo install --git https://github.com/stepancheg/rust-protobuf --rev 921c69b protobuf
script:
- cargo build --verbose
- cargo test --verbose

6
Cargo.lock generated
View file

@ -13,7 +13,7 @@ dependencies = [
"num 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"portaudio 0.1.2 (git+https://github.com/mvdnes/portaudio-rs)",
"protobuf 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
"protobuf_macros 0.1.0 (git+https://github.com/plietar/rust-protobuf-macros.git)",
"protobuf_macros 0.1.1 (git+https://github.com/plietar/rust-protobuf-macros.git)",
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-crypto 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
@ -281,8 +281,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "protobuf_macros"
version = "0.1.0"
source = "git+https://github.com/plietar/rust-protobuf-macros.git#4f4a16e3e643caf0566ca0a97d65b46b509ee542"
version = "0.1.1"
source = "git+https://github.com/plietar/rust-protobuf-macros.git#ade4282d3570304e967e5ab7a677d97cfd8586e0"
[[package]]
name = "rand"