1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Unpin protobuf version

This commit is contained in:
johannesd3 2021-05-04 13:57:05 +02:00
parent e7b3050a90
commit 1c62af9160
No known key found for this signature in database
GPG key ID: 8C2739E91D410F75
6 changed files with 11 additions and 15 deletions

View file

@ -9,9 +9,8 @@ repository = "https://github.com/librespot-org/librespot"
edition = "2018"
[dependencies]
protobuf = "~2.14.0"
protobuf = "2.14.0"
[build-dependencies]
protobuf-codegen-pure = "~2.14.0"
protobuf-codegen = "~2.14.0"
protobuf-codegen-pure = "2.14.0"
glob = "0.3.0"

View file

@ -1,5 +1,3 @@
extern crate glob;
use std::{
env, fs,
ops::Deref,