mirror of
https://github.com/actix/actix-web.git
synced 2025-01-03 05:48:45 +00:00
use actix 0.3
This commit is contained in:
parent
17b4c33949
commit
ba504cc69e
4 changed files with 7 additions and 7 deletions
|
@ -49,9 +49,9 @@ tokio-proto = "0.1"
|
||||||
h2 = { git = 'https://github.com/carllerche/h2', optional = true }
|
h2 = { git = 'https://github.com/carllerche/h2', optional = true }
|
||||||
|
|
||||||
[dependencies.actix]
|
[dependencies.actix]
|
||||||
|
version = "0.3"
|
||||||
#path = "../actix"
|
#path = "../actix"
|
||||||
git = "https://github.com/actix/actix.git"
|
#git = "https://github.com/actix/actix.git"
|
||||||
#version = "0.2"
|
|
||||||
default-features = false
|
default-features = false
|
||||||
features = []
|
features = []
|
||||||
|
|
||||||
|
|
|
@ -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).
|
Web framework for [Actix](https://github.com/actix/actix).
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,6 @@ path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
env_logger = "*"
|
env_logger = "*"
|
||||||
# actix = "0.2"
|
actix = "0.3"
|
||||||
actix = { git = "https://github.com/actix/actix.git" }
|
#actix = { git = "https://github.com/actix/actix.git" }
|
||||||
actix-web = { path = "../../" }
|
actix-web = { path = "../../" }
|
||||||
|
|
|
@ -24,6 +24,6 @@ serde = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
|
|
||||||
actix = { git = "https://github.com/actix/actix.git" }
|
actix = "0.3"
|
||||||
# actix = { path = "../../../actix" }
|
#actix = { git = "https://github.com/actix/actix.git" }
|
||||||
actix-web = { path = "../../" }
|
actix-web = { path = "../../" }
|
||||||
|
|
Loading…
Reference in a new issue