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:
parent
e7b3050a90
commit
1c62af9160
6 changed files with 11 additions and 15 deletions
|
@ -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"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
extern crate glob;
|
||||
|
||||
use std::{
|
||||
env, fs,
|
||||
ops::Deref,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue