Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 704c84c9 authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi Committed by Gerrit Code Review
Browse files

Merge "Cargo.toml: Specify protobuf = 2.0"

parents b65670a4 cab39d97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ cxx = "*"
futures = "*"
grpcio = "*"
log = "*"
protobuf = "*"
protobuf = "2.0"
tokio = "*"

# Binary-only deps
+1 −2
Original line number Diff line number Diff line
@@ -28,10 +28,9 @@ cxx = "*"
futures = "*"
grpcio = "*"
log = "*"
protobuf = "*"
protobuf = "2.0"
tokio = "*"

[lib]
path = "lib.rs"
crate-type = ["rlib"]
+2 −2
Original line number Diff line number Diff line
@@ -22,12 +22,12 @@ build = "build.rs"
[dependencies]
futures = "*"
grpcio = "*"
protobuf = "*"
protobuf = "2.0"

[build-dependencies]
protoc-rust = "*"
protoc-grpcio = "*"
protobuf-codegen = "*"
protobuf-codegen = "2.0"

[lib]
crate-types = ["rlib"]
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ lazy_static = "*"
log = "*"
nix = "*"
num-traits = "*"
protobuf = "*"
protobuf = "2.0"
thiserror = "*"
tokio = "*"
tokio-stream = "*"