Skip to content

Commit 6d3e4c9

Browse files
authored
Merge pull request #74 from JohnTitor/protobuf-alpha
protobuf: Update to 0.6.0-alpha.1
2 parents 9b57313 + f920479 commit 6d3e4c9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

actix-protobuf/CHANGES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changes
22

3-
## unreleased (for alpha version)
3+
## 0.6.0-alpha.1 (2020-07-06)
44

5-
* Minimum supported Rust version(MSRV) is now 1.40.0.
5+
* Update `actix-web` to 3.0.0-alpha.3
66

7-
## unreleased
7+
* Minimum supported Rust version(MSRV) is now 1.40.0.
88

99
* Minimize `futures` dependency
1010

actix-protobuf/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-protobuf"
3-
version = "0.5.1"
3+
version = "0.6.0-alpha.1"
44
edition = "2018"
55
authors = ["kingxsp <[email protected]>", "Yuki Okushi <[email protected]>"]
66
description = "Protobuf support for actix-web framework."
@@ -21,7 +21,7 @@ futures-util = { version = "0.3.5", default-features = false }
2121
derive_more = "0.99"
2222

2323
actix-rt = "1"
24-
actix-web = { version = "2", default_features = false }
24+
actix-web = { version = "3.0.0-alpha.3", default_features = false }
2525

2626
prost = "0.6.0"
2727

actix-protobuf/examples/prost-example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ prost = "0.6.0"
1212
prost-derive = "0.6.0"
1313

1414
actix-rt = "1"
15-
actix-web = "2"
15+
actix-web = "3.0.0-alpha.3"
1616
actix-protobuf = { path="../../" }

0 commit comments

Comments
 (0)