1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

use actix 0.3

This commit is contained in:
Nikolay Kim 2017-10-23 10:05:07 -07:00
parent 17b4c33949
commit ba504cc69e
4 changed files with 7 additions and 7 deletions

View file

@ -49,9 +49,9 @@ tokio-proto = "0.1"
h2 = { git = 'https://github.com/carllerche/h2', optional = true }
[dependencies.actix]
version = "0.3"
#path = "../actix"
git = "https://github.com/actix/actix.git"
#version = "0.2"
#git = "https://github.com/actix/actix.git"
default-features = false
features = []

View file

@ -1,4 +1,4 @@
# Actix web [![Build Status](https://travis-ci.org/actix/actix-web.svg?branch=master)](https://travis-ci.org/actix/actix-web) [![Build Status](https://ci.appveyor.com/api/projects/status/github/fafhrd91/actix-web-hdy9d?branch=master&svg=true)](https://ci.appveyor.com/project/fafhrd91/actix-web-hdy9d) [![codecov](https://codecov.io/gh/actix/actix-web/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-web)
# Actix web [![Build Status](https://travis-ci.org/actix/actix-web.svg?branch=master)](https://travis-ci.org/actix/actix-web) [![Build status](https://ci.appveyor.com/api/projects/status/kkdb4yce7qhm5w85/branch/master?svg=true)](https://ci.appveyor.com/project/fafhrd91/actix-web-hdy9d/branch/master) [![codecov](https://codecov.io/gh/actix/actix-web/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-web)
Web framework for [Actix](https://github.com/actix/actix).

View file

@ -9,6 +9,6 @@ path = "src/main.rs"
[dependencies]
env_logger = "*"
# actix = "0.2"
actix = { git = "https://github.com/actix/actix.git" }
actix = "0.3"
#actix = { git = "https://github.com/actix/actix.git" }
actix-web = { path = "../../" }

View file

@ -24,6 +24,6 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
actix = { git = "https://github.com/actix/actix.git" }
# actix = { path = "../../../actix" }
actix = "0.3"
#actix = { git = "https://github.com/actix/actix.git" }
actix-web = { path = "../../" }