diff --git a/actix-protobuf/CHANGES.md b/actix-protobuf/CHANGES.md index 453bdd3f4..996b8c12a 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.10.0 + - Updated `prost` dependency to `0.12`. - Minimum supported Rust version (MSRV) is now 1.68. diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index 51cf3a1bd..065fb2228 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-protobuf" -version = "0.9.0" +version = "0.10.0" authors = [ "kingxsp ", "Yuki Okushi ", diff --git a/actix-protobuf/README.md b/actix-protobuf/README.md index c78144309..dfb34a799 100644 --- a/actix-protobuf/README.md +++ b/actix-protobuf/README.md @@ -3,9 +3,9 @@ > Protobuf payload extractor 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.9.0)](https://docs.rs/actix-protobuf/0.9.0) +[![Documentation](https://docs.rs/actix-protobuf/badge.svg?version=0.10.0)](https://docs.rs/actix-protobuf/0.10.0) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-protobuf) -[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.9.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.9.0) +[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.10.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.10.0) ## Documentation & Resources