mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 17:59:24 +02:00
Pin protobuf versions to allow patch updates only
This commit is contained in:
parent
ef27b4bce3
commit
6ee2dbaad4
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@ license="MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
protobuf = "2.8.1"
|
protobuf = "~2.8.1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
protobuf-codegen-pure = "2.8.1"
|
protobuf-codegen-pure = "~2.8.1"
|
||||||
protobuf-codegen = "2.8.1"
|
protobuf-codegen = "~2.8.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue