1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 14:55:56 +01:00

prepare new release

This commit is contained in:
Yuki Okushi 2019-10-03 19:12:13 +09:00
parent 789f2d1b21
commit 7fb3024ee2
3 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Changes # Changes
## 0.4.1 (2019-10-03)
* Upgrade prost and prost-derive to 0.5.0
## 0.4.0 (2019-05-18) ## 0.4.0 (2019-05-18)
* Upgrade to actix-web 1.0.0-rc * Upgrade to actix-web 1.0.0-rc

View File

@ -1,6 +1,6 @@
[package] [package]
name = "actix-protobuf" name = "actix-protobuf"
version = "0.4.0" version = "0.4.1"
authors = ["kingxsp <jin.hb.zh@outlook.com>"] authors = ["kingxsp <jin.hb.zh@outlook.com>"]
description = "Protobuf support for actix-web framework." description = "Protobuf support for actix-web framework."
readme = "README.md" readme = "README.md"

View File

@ -7,9 +7,9 @@ authors = ["kingxsp <jin.hb.zh@outlook.com>"]
bytes = "0.4" bytes = "0.4"
env_logger = "*" env_logger = "*"
prost = "0.4" prost = "0.5.0"
prost-derive = "0.4" prost-derive = "0.5.0"
actix = "0.8.1" actix = "0.8.1"
actix-web = "1.0.0-rc" actix-web = "1.0.0-rc"
actix-protobuf = { path="../../" } actix-protobuf = { path="../../" }