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:
parent
789f2d1b21
commit
7fb3024ee2
@ -1,5 +1,9 @@
|
||||
# Changes
|
||||
|
||||
## 0.4.1 (2019-10-03)
|
||||
|
||||
* Upgrade prost and prost-derive to 0.5.0
|
||||
|
||||
## 0.4.0 (2019-05-18)
|
||||
|
||||
* Upgrade to actix-web 1.0.0-rc
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-protobuf"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
authors = ["kingxsp <jin.hb.zh@outlook.com>"]
|
||||
description = "Protobuf support for actix-web framework."
|
||||
readme = "README.md"
|
||||
|
@ -7,9 +7,9 @@ authors = ["kingxsp <jin.hb.zh@outlook.com>"]
|
||||
bytes = "0.4"
|
||||
env_logger = "*"
|
||||
|
||||
prost = "0.4"
|
||||
prost-derive = "0.4"
|
||||
prost = "0.5.0"
|
||||
prost-derive = "0.5.0"
|
||||
|
||||
actix = "0.8.1"
|
||||
actix-web = "1.0.0-rc"
|
||||
actix-protobuf = { path="../../" }
|
||||
actix-protobuf = { path="../../" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user