Skip to content

Commit

Permalink
update tonic & prost dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilken committed Jul 17, 2021
1 parent dc84c3b commit e5cc541
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ exclude = [
]

[dependencies]
tonic = "0.4"
prost = "0.7"
tonic = "0.5"
prost = "0.8"

[build-dependencies]
#tonic-build = "0.4"
tonic-build = { git = 'https://github.com/ewilken/tonic.git' } # waiting for https://github.com/danburkert/prost/pull/455 to be released into tonic
tonic-build = "0.5"

[dev-dependencies]
async-stream = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ service Device {

## Example Usage

Working examples for request/response and streaming communication are in the [`/examples`](https://github.com/ewilken/starlink-rs/tree/main/examples) directory.
Working examples for request/response and streaming communication are in the [examples](examples) directory.

### Request / Response

Expand Down
4 changes: 2 additions & 2 deletions codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ authors = ["Elias Wilken <elias@wlkn.io>"]
edition = "2018"

[dependencies]
prost = "0.7"
prost-types = "0.7"
prost = "0.8"
prost-types = "0.8"
1 change: 0 additions & 1 deletion proto/spacex/api/device/dish.proto
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ enum DishState {
SEARCHING = 2;
BOOTING = 3;
}

0 comments on commit e5cc541

Please sign in to comment.