1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

prepare actix-protobuf release 0.7.0-beta.5

This commit is contained in:
Rob Ede 2022-02-03 22:16:57 +00:00
parent f676fc7de5
commit 6abec48e29
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Changes # Changes
## Unreleased - 2021-xx-xx ## Unreleased - 2021-xx-xx
## 0.7.0-beta.5 - 2022-02-03
- Bump `prost` version to 0.9. - Bump `prost` version to 0.9.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "actix-protobuf" name = "actix-protobuf"
version = "0.7.0-beta.4" version = "0.7.0-beta.5"
edition = "2018" edition = "2018"
authors = [ authors = [
"kingxsp <jin.hb.zh@outlook.com>", "kingxsp <jin.hb.zh@outlook.com>",

View File

@ -3,9 +3,9 @@
> Protobuf support for Actix Web. > Protobuf support for Actix Web.
[![crates.io](https://img.shields.io/crates/v/actix-protobuf?label=latest)](https://crates.io/crates/actix-protobuf) [![crates.io](https://img.shields.io/crates/v/actix-protobuf?label=latest)](https://crates.io/crates/actix-protobuf)
[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.7.0-beta.4)](https://docs.rs/actix-protobuf/0.7.0-beta.4) [![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.7.0-beta.5)](https://docs.rs/actix-protobuf/0.7.0-beta.5)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-protobuf) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-protobuf)
[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.7.0-beta.4/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0-beta.4) [![Dependency Status](https://deps.rs/crate/actix-protobuf/0.7.0-beta.5/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0-beta.5)
## Documentation & Resources ## Documentation & Resources