mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 23:05:56 +01:00
updating actix-web version and removing travil config
This commit is contained in:
parent
90648058b4
commit
99e70db94b
@ -1,6 +1,5 @@
|
|||||||
language: rust
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
- 1.21.0
|
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
@ -24,7 +24,7 @@ futures = "0.1"
|
|||||||
derive_more = "0.14"
|
derive_more = "0.14"
|
||||||
|
|
||||||
actix = "0.8.1"
|
actix = "0.8.1"
|
||||||
actix-web = "1.0.0-b3"
|
actix-web = "1.0.0-beta.5"
|
||||||
|
|
||||||
prost = "0.4"
|
prost = "0.4"
|
||||||
|
|
||||||
|
@ -11,5 +11,5 @@ prost = "0.4"
|
|||||||
prost-derive = "0.4"
|
prost-derive = "0.4"
|
||||||
|
|
||||||
actix = "0.8.1"
|
actix = "0.8.1"
|
||||||
actix-web = "1.0.0-b3"
|
actix-web = "1.0.0-beta.5"
|
||||||
actix-protobuf = { path="../../" }
|
actix-protobuf = { path="../../" }
|
Loading…
x
Reference in New Issue
Block a user