|
@@ -12,7 +12,7 @@ dependencies = [
|
|
"librespot-protocol 0.1.0",
|
|
"librespot-protocol 0.1.0",
|
|
"num 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"portaudio 0.1.2 (git+https://github.com/mvdnes/portaudio-rs)",
|
|
"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 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"protobuf_macros 0.1.1 (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)",
|
|
"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)",
|
|
"rpassword 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -213,7 +213,8 @@ name = "librespot-protocol"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
dependencies = [
|
|
"mod_path 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mod_path 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "protobuf 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
+ "protobuf 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "protobuf_build 0.1.1 (git+https://github.com/plietar/rust-protobuf-build.git)",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -279,9 +280,20 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "protobuf"
|
|
name = "protobuf"
|
|
-version = "1.0.10"
|
|
|
|
|
|
+version = "1.0.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "protobuf_build"
|
|
|
|
+version = "0.1.1"
|
|
|
|
+source = "git+https://github.com/plietar/rust-protobuf-build.git#4859623ecb8d4208f955f0c5758b49630d007cd2"
|
|
|
|
+dependencies = [
|
|
|
|
+ "gcc 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+ "protobuf 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "protobuf_macros"
|
|
name = "protobuf_macros"
|
|
version = "0.1.1"
|
|
version = "0.1.1"
|