Remove more tODO's
This commit is contained in:
@@ -39,6 +39,16 @@ may be a good resource as it shows examples of many of the gRPC features.
|
||||
|
||||
### Examples
|
||||
|
||||
#### Rust Version
|
||||
|
||||
`tonic` currently works on rust `1.39-beta` and above as it requires support for the `async_await`
|
||||
feature. To install the beta simply follow the commands below:
|
||||
|
||||
```bash
|
||||
$ rustup install beta && rustup component add rustfmt --toolchain beta
|
||||
$ cargo +beta build
|
||||
```
|
||||
|
||||
#### Client
|
||||
|
||||
```rust
|
||||
|
||||
Reference in New Issue
Block a user