From 99e70db94bab2e5dd18d1bb3bcbe9886c46c598c Mon Sep 17 00:00:00 2001 From: Stefan Puhlmann Date: Sat, 18 May 2019 19:29:09 +0200 Subject: [PATCH] updating actix-web version and removing travil config --- .travis.yml | 1 - Cargo.toml | 2 +- examples/prost-example/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 32fe873ae..5ac82ea72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: rust rust: - - 1.21.0 - stable - beta - nightly diff --git a/Cargo.toml b/Cargo.toml index f0770489c..f277ef9ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/examples/prost-example/Cargo.toml b/examples/prost-example/Cargo.toml index 18a6ffc8f..e04f1bb11 100644 --- a/examples/prost-example/Cargo.toml +++ b/examples/prost-example/Cargo.toml @@ -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="../../" } \ No newline at end of file