Skip to content

Commit

Permalink
Accidentally bumped protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
sashahilton00 committed Jul 25, 2020
1 parent e97911e commit 16462b3
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ getopts = "0.2"
hyper = "0.11"
log = "0.4"
num-bigint = "0.2"
protobuf = "~2.16.2"
protobuf = "~2.14.0"
rand = "0.7"
rpassword = "3.0"
tokio-core = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion connect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures = "0.1"
hyper = "0.11"
log = "0.4"
num-bigint = "0.2"
protobuf = "~2.16.2"
protobuf = "~2.14.0"
rand = "0.7"
serde = "1.0"
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ log = "0.4"
num-bigint = "0.2"
num-integer = "0.1"
num-traits = "0.2"
protobuf = "~2.16.2"
protobuf = "~2.14.0"
rand = "0.7"
serde = "1.0"
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
byteorder = "1.3"
futures = "0.1"
linear-map = "1.2"
protobuf = "~2.16.2"
protobuf = "~2.14.0"
log = "0.4"

[dependencies.librespot-core]
Expand Down
6 changes: 3 additions & 3 deletions protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 16462b3

Please sign in to comment.