mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
prepare second beta round (#189)
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2020-xx-xx
|
||||
|
||||
|
||||
## 0.7.0-beta.1 - 2020-06-27
|
||||
* Bump `prost` version to 0.7. [#144]
|
||||
* Update `actix-web` dependency to 4.0.0 beta.
|
||||
* Minimum supported Rust version (MSRV) is now 1.46.0.
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-protobuf"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0-beta.1"
|
||||
edition = "2018"
|
||||
authors = [
|
||||
"kingxsp <jin.hb.zh@outlook.com>",
|
||||
|
@ -1,14 +1,17 @@
|
||||
# actix-protobuf
|
||||
|
||||
[](https://crates.io/crates/actix-protobuf)
|
||||
[](https://docs.rs/actix-protobuf)
|
||||
[](https://deps.rs/crate/actix-protobuf/0.5.1)
|
||||
> Protobuf support for Actix Web.
|
||||
|
||||
[](https://crates.io/crates/actix-protobuf)
|
||||
[](https://docs.rs/actix-protobuf/0.7.0-beta.1)
|
||||

|
||||
[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://deps.rs/crate/actix-protobuf/0.7.0-beta.1)
|
||||
|
||||
> Protobuf support for actix-web framework.
|
||||
## Documentation & Resources
|
||||
|
||||
- Minimum Supported Rust Version (MSRV): 1.46
|
||||
- [API Documentation](https://docs.rs/actix-protobuf)
|
||||
- [Example Project](https://github.com/actix/examples/tree/master/other/protobuf)
|
||||
- Minimum Supported Rust Version (MSRV): 1.46.0
|
||||
|
||||
## Example
|
||||
|
||||
@ -36,7 +39,7 @@ See [here](https://github.com/actix/actix-extras/tree/master/actix-protobuf/exam
|
||||
|
||||
This project is licensed under either of
|
||||
|
||||
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0))
|
||||
* MIT license ([LICENSE-MIT](LICENSE-MIT) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))
|
||||
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0))
|
||||
- MIT license ([LICENSE-MIT](LICENSE-MIT) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))
|
||||
|
||||
at your option.
|
||||
|
Reference in New Issue
Block a user