From 440ab34bd2bd417087335561df2d9ead5b31c591 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 29 Dec 2021 10:25:29 +0000 Subject: [PATCH] prepare actix-protobuf release 0.7.0-beta.3 --- actix-protobuf/CHANGES.md | 3 +++ actix-protobuf/Cargo.toml | 2 +- actix-protobuf/README.md | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/actix-protobuf/CHANGES.md b/actix-protobuf/CHANGES.md index c19787f6b..a2a6aa2ba 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 0.7.0-beta.4 - 2021-12-29 - Minimum supported Rust version (MSRV) is now 1.54. diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index 72c07bc02..1af1a325b 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-protobuf" -version = "0.7.0-beta.3" +version = "0.7.0-beta.4" edition = "2018" authors = [ "kingxsp ", diff --git a/actix-protobuf/README.md b/actix-protobuf/README.md index 19e4a4c78..f7fdfc676 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-beta.3)](https://docs.rs/actix-protobuf/0.7.0-beta.3) +[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.7.0-beta.4)](https://docs.rs/actix-protobuf/0.7.0-beta.4) ![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.3/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0-beta.3) +[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.7.0-beta.4/status.svg)](https://deps.rs/crate/actix-protobuf/0.7.0-beta.4) ## Documentation & Resources