diff --git a/Cargo.toml b/Cargo.toml index 550df49dc..af400b7b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index dfb467d40..212129331 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-http" -version = "2.0.0-alpha" +version = "1.0.1" authors = ["Nikolay Kim "] description = "Actix http primitives" readme = "README.md"