|
@@ -20,9 +20,9 @@ name = "actix-pg"
|
|
path = "src/main_pg.rs"
|
|
path = "src/main_pg.rs"
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
-actix = { version="0.8.0-alpha.3", features=["http"] }
|
|
|
|
-actix-web = { version="1.0.0-alpha.5", default-features = false }
|
|
|
|
-actix-http = { version="0.1.0-alpha.5", default-features = false }
|
|
|
|
|
|
+actix = { version="0.8.0", features=["http"] }
|
|
|
|
+actix-web = { version="1.0.0-alpha.6", default-features = false }
|
|
|
|
+actix-http = { version="0.1.0", default-features = false }
|
|
actix-rt = "0.2.2"
|
|
actix-rt = "0.2.2"
|
|
actix-server = "0.4.2"
|
|
actix-server = "0.4.2"
|
|
actix-service = "0.3.6"
|
|
actix-service = "0.3.6"
|
|
@@ -49,4 +49,7 @@ askama = "0.8"
|
|
[profile.release]
|
|
[profile.release]
|
|
lto = true
|
|
lto = true
|
|
opt-level = 3
|
|
opt-level = 3
|
|
-codegen-units = 1
|
|
|
|
|
|
+codegen-units = 1
|
|
|
|
+
|
|
|
|
+[patch.crates-io]
|
|
|
|
+tokio-reactor = { git="https://github.com/fafhrd91/tokio.git" }
|