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

updating actix-web version and removing travil config

This commit is contained in:
Stefan Puhlmann 2019-05-18 19:29:09 +02:00
parent 90648058b4
commit 99e70db94b
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
language: rust
rust:
- 1.21.0
- stable
- beta
- nightly

View File

@ -24,7 +24,7 @@ futures = "0.1"
derive_more = "0.14"
actix = "0.8.1"
actix-web = "1.0.0-b3"
actix-web = "1.0.0-beta.5"
prost = "0.4"

View File

@ -11,5 +11,5 @@ prost = "0.4"
prost-derive = "0.4"
actix = "0.8.1"
actix-web = "1.0.0-b3"
actix-web = "1.0.0-beta.5"
actix-protobuf = { path="../../" }