1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-10 17:29:36 +00:00

update md

This commit is contained in:
Nikolay Kim 2019-12-03 00:49:12 +06:00
parent 14075ebf7f
commit cf30eafb49

View file

@ -74,12 +74,13 @@ actix-service = "1.0.0-alpha.2"
actix-utils = "1.0.0-alpha.2"
actix-router = "0.1.5"
actix-rt = "1.0.0-alpha.2"
actix-web-codegen = "0.2.0-alpha.2"
actix-http = "0.3.0-alpha.2"
actix-server = "1.0.0-alpha.2"
actix-testing = "1.0.0-alpha.2"
actix-threadpool = "0.3.0"
actix-tls = { version = "1.0.0-alpha.1", optional = true }
actix-tls = { version = "1.0.0-alpha.1" }
actix-web-codegen = "0.2.0-alpha.2"
actix-http = "0.3.0-alpha.2"
awc = { version = "0.3.0-alpha.2", optional = true }
bytes = "0.4"
@ -129,13 +130,3 @@ actix-session = { path = "actix-session" }
actix-files = { path = "actix-files" }
actix-multipart = { path = "actix-multipart" }
awc = { path = "awc" }
# actix-codec = { git = "https://github.com/actix/actix-net.git" }
# actix-connect = { git = "https://github.com/actix/actix-net.git" }
# actix-rt = { git = "https://github.com/actix/actix-net.git" }
# actix-macros = { git = "https://github.com/actix/actix-net.git" }
# actix-server = { git = "https://github.com/actix/actix-net.git" }
# actix-service = { git = "https://github.com/actix/actix-net.git" }
# actix-testing = { git = "https://github.com/actix/actix-net.git" }
# actix-tls = { git = "https://github.com/actix/actix-net.git" }
# actix-utils = { git = "https://github.com/actix/actix-net.git" }