Skip to content

Commit

Permalink
Updated MSRV to 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
fdeantoni committed Sep 30, 2023
1 parent 1be2a68 commit 14863b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description = "Helper crate for prost to allow JSON serialization and deserializ
readme = "README.md"
documentation = "https://docs.rs/prost-wkt-derive"
edition = "2021"
rust-version = "1.64"

[workspace]
members = [ "wkt-build", "wkt-types", "example" ]
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,14 @@ Contributions are welcome!

When upgrading Prost to the latest version, make sure to also run `wkt-types/resources/update.sh` script. This will
grab the latest source files from `prost-types` and merge them into `prost-wkt-types` at build time. After the script
has run, be sure to validate that the selected line numbers in functions `process_prost_types_lib` and
`process_prost_types_datetime` in the `wkt-types/build.rs` are still correct!
has run, be sure to validate all the changes made in prost-types have been incorporated to ensure full compatibility.

Please see `wkt-types/README.md` for more info.

## MSRV ##

The minimum supported Rust version is Rust 1.64.0.

## License ##

`prost-wkt` is distributed under the terms of the Apache License (Version 2.0).
Expand Down

0 comments on commit 14863b1

Please sign in to comment.