mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 23:05:56 +01:00
prepare new release
This commit is contained in:
parent
789f2d1b21
commit
7fb3024ee2
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -7,8 +7,8 @@ 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user