Skip to content

Commit

Permalink
chore: Bump msrv to 1.56.1 (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco authored Jun 20, 2022
1 parent 26388a7 commit 3abca38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
matrix:
toolchain:
- stable
- 1.53.0
- 1.56.1
os:
- ubuntu-latest
- macos-latest
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ more details and examples.
See the [snazzy repository](https://github.com/danburkert/snazzy) for a simple
start-to-finish example.

### MSRV

`prost` follows the `tokio-rs` projects MSRV model and supports 1.56+. For more
information on the tokio msrv policy you can check it out [here][tokio msrv]

[tokio msrv]: https://github.com/tokio-rs/tokio/#supported-rust-versions

## Generated Code

`prost` generates Rust code from source `.proto` files using the `proto2` or
Expand Down

0 comments on commit 3abca38

Please sign in to comment.