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

Accidentally bumped protobuf version

This commit is contained in:
Sasha Hilton 2020-07-25 04:50:58 +01:00
parent e97911e3cf
commit 16462b34e2
6 changed files with 23 additions and 23 deletions

View file

@ -8,9 +8,9 @@ license="MIT"
edition = "2018"
[dependencies]
protobuf = "~2.16.2"
protobuf = "~2.14.0"
[build-dependencies]
protobuf-codegen-pure = "~2.16.2"
protobuf-codegen = "~2.16.2"
protobuf-codegen-pure = "~2.14.0"
protobuf-codegen = "~2.14.0"
glob = "0.3.0"