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
This commit is contained in:
parent
ef8f33e3b3
commit
9e911490cf
@ -3,6 +3,10 @@
|
||||
## Unreleased - 2021-xx-xx
|
||||
|
||||
|
||||
## 0.7.0 - 2022-03-01
|
||||
- No significant changes since `0.7.0-beta.5`.
|
||||
|
||||
|
||||
## 0.7.0-beta.5 - 2022-02-03
|
||||
- Update `prost` dependency to `0.9`.
|
||||
- Update `actix-web` dependency to `4.0.0-rc.1`.
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-protobuf"
|
||||
version = "0.7.0-beta.5"
|
||||
version = "0.7.0"
|
||||
edition = "2018"
|
||||
authors = [
|
||||
"kingxsp <jin.hb.zh@outlook.com>",
|
||||
|
@ -3,9 +3,9 @@
|
||||
> Protobuf support for Actix Web.
|
||||
|
||||
[![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.5)](https://docs.rs/actix-protobuf/0.7.0-beta.5)
|
||||
[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.7.0)](https://docs.rs/actix-protobuf/0.7.0)
|
||||
![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.5/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0-beta.5)
|
||||
[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.7.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0)
|
||||
|
||||
## Documentation & Resources
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user