Skip to content

Commit

Permalink
prepare actix-protobuf release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jun 25, 2022
1 parent a42ca24 commit d092993
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 4 additions & 1 deletion actix-protobuf/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 3 additions & 4 deletions actix-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[package]
name = "actix-protobuf"
version = "0.7.0"
version = "0.8.0"
edition = "2018"
authors = [
"kingxsp <[email protected]>",
"Yuki Okushi <[email protected]>"
"Yuki Okushi <[email protected]>",
]
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"
Expand Down
4 changes: 2 additions & 2 deletions actix-protobuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d092993

Please sign in to comment.