1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00

Upgrade protobuf to 2.0 and use protoc-rust to compile proto files

This commit is contained in:
ashthespy 2018-09-28 12:02:38 +02:00
parent 37c588d6a1
commit c5fcdfd43c
15 changed files with 3386 additions and 7893 deletions

View file

@ -1,4 +1,4 @@
// Autogenerated by build.sh
// Autogenerated by build.rs
pub const FILES: &'static [(&'static str, u32)] = &[
("proto/authentication.proto", 2098196376),
@ -6,5 +6,5 @@ pub const FILES: &'static [(&'static str, u32)] = &[
("proto/mercury.proto", 709993906),
("proto/metadata.proto", 2474472423),
("proto/pubsub.proto", 2686584829),
("proto/spirc.proto", 2406852191),
("proto/spirc.proto", 1587493382),
];