mirror of
https://github.com/actix/actix-web.git
synced 2024-12-22 08:07:18 +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 }
|
||||
|
||||
[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 = []
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -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 = "../../" }
|
||||
|
|
|
@ -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 = "../../" }
|
||||
|
|
Loading…
Reference in a new issue