mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
prepare actix-protobuf release 0.8.0
This commit is contained in:
parent
a42ca24327
commit
d09299390a
@ -1,8 +1,11 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2022-xx-xx
|
||||
|
||||
|
||||
## 0.8.0 - 2022-06-25
|
||||
- Update `prost` dependency to `0.10`.
|
||||
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
|
||||
- Update `prost` dependency to `0.10`
|
||||
|
||||
|
||||
## 0.7.0 - 2022-03-01
|
||||
|
@ -1,17 +1,16 @@
|
||||
[package]
|
||||
name = "actix-protobuf"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
edition = "2018"
|
||||
authors = [
|
||||
"kingxsp <jin.hb.zh@outlook.com>",
|
||||
"Yuki Okushi <huyuumi.dev@gmail.com>"
|
||||
"Yuki Okushi <huyuumi.dev@gmail.com>",
|
||||
]
|
||||
description = "Protobuf support for Actix web"
|
||||
keywords = ["actix", "protobuf", "protocol", "rpc"]
|
||||
keywords = ["actix", "web", "protobuf", "protocol", "rpc"]
|
||||
homepage = "https://actix.rs"
|
||||
repository = "https://github.com/actix/actix-extras.git"
|
||||
license = "MIT OR Apache-2.0"
|
||||
exclude = [".cargo/config", "/examples/**"]
|
||||
|
||||
[lib]
|
||||
name = "actix_protobuf"
|
||||
|
@ -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)](https://docs.rs/actix-protobuf/0.7.0)
|
||||
[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.8.0)](https://docs.rs/actix-protobuf/0.8.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/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0)
|
||||
[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.8.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.8.0)
|
||||
|
||||
## Documentation & Resources
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user