From d09299390a7f96a6aa81c4e3f85931288f44e60e Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 26 Jun 2022 00:36:27 +0100 Subject: [PATCH] prepare actix-protobuf release 0.8.0 --- actix-protobuf/CHANGES.md | 5 ++++- actix-protobuf/Cargo.toml | 7 +++---- actix-protobuf/README.md | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/actix-protobuf/CHANGES.md b/actix-protobuf/CHANGES.md index b3df9364d..8b88dc423 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -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 diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index 616fa5367..f0a9d3e88 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -1,17 +1,16 @@ [package] name = "actix-protobuf" -version = "0.7.0" +version = "0.8.0" edition = "2018" authors = [ "kingxsp ", - "Yuki Okushi " + "Yuki Okushi ", ] 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" diff --git a/actix-protobuf/README.md b/actix-protobuf/README.md index 950cc1279..9ca0a444f 100644 --- a/actix-protobuf/README.md +++ b/actix-protobuf/README.md @@ -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