1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 09:49:29 +00:00

rollback actix-http version change

This commit is contained in:
Maksym Vorobiov 2020-02-15 17:26:46 +02:00 committed by Yuki Okushi
parent de815dd99c
commit 78749a4b7e
2 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@ codegen-units = 1
[patch.crates-io]
actix-web = { path = "." }
actix-http = { path = "actix-http" }
#actix-http = { path = "actix-http" }
actix-http-test = { path = "test-server" }
actix-web-codegen = { path = "actix-web-codegen" }
actix-cors = { path = "actix-cors" }

View file

@ -1,6 +1,6 @@
[package]
name = "actix-http"
version = "2.0.0-alpha"
version = "1.0.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http primitives"
readme = "README.md"