mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-19 09:54:25 +00: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"
|
||||
|
||||
[dependencies]
|
||||
protobuf = "2.8.1"
|
||||
protobuf = "~2.8.1"
|
||||
|
||||
[build-dependencies]
|
||||
protobuf-codegen-pure = "2.8.1"
|
||||
protobuf-codegen = "2.8.1"
|
||||
protobuf-codegen-pure = "~2.8.1"
|
||||
protobuf-codegen = "~2.8.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue