Skip to content

Commit d092993

Browse files
committed
prepare actix-protobuf release 0.8.0
1 parent a42ca24 commit d092993

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

actix-protobuf/CHANGES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changes
22

33
## Unreleased - 2022-xx-xx
4+
5+
6+
## 0.8.0 - 2022-06-25
7+
- Update `prost` dependency to `0.10`.
48
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
5-
- Update `prost` dependency to `0.10`
69

710

811
## 0.7.0 - 2022-03-01

actix-protobuf/Cargo.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
[package]
22
name = "actix-protobuf"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2018"
55
authors = [
66
"kingxsp <[email protected]>",
7-
"Yuki Okushi <[email protected]>"
7+
"Yuki Okushi <[email protected]>",
88
]
99
description = "Protobuf support for Actix web"
10-
keywords = ["actix", "protobuf", "protocol", "rpc"]
10+
keywords = ["actix", "web", "protobuf", "protocol", "rpc"]
1111
homepage = "https://actix.rs"
1212
repository = "https://github.com/actix/actix-extras.git"
1313
license = "MIT OR Apache-2.0"
14-
exclude = [".cargo/config", "/examples/**"]
1514

1615
[lib]
1716
name = "actix_protobuf"

actix-protobuf/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
> Protobuf support for Actix Web.
44
55
[![crates.io](https://img.shields.io/crates/v/actix-protobuf?label=latest)](https://crates.io/crates/actix-protobuf)
6-
[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.7.0)](https://docs.rs/actix-protobuf/0.7.0)
6+
[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.8.0)](https://docs.rs/actix-protobuf/0.8.0)
77
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-protobuf)
8-
[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.7.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0)
8+
[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.8.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.8.0)
99

1010
## Documentation & Resources
1111

0 commit comments

Comments
 (0)