CI: tarpaulin env var

This commit is contained in:
realaravinth
2021-04-02 11:28:11 +05:30
parent e83ed3d8ea
commit 584d43c34a
5 changed files with 217 additions and 176 deletions

View File

@@ -23,7 +23,7 @@ path = "./src/tests-migrate.rs"
[dependencies]
actix-web = "3.3.2"
actix = "0.11"
actix = "0.10"
actix-identity = "0.3"
actix-http = "2.2"
actix-rt = "1"
@@ -54,7 +54,8 @@ log = "0.4"
lazy_static = "1.4"
m_captcha = { version = "0.1.2", git = "https://github.com/mCaptcha/mCaptcha" }
# m_captcha = { version = "0.1.2", git = "https://github.com/mCaptcha/mCaptcha" }
m_captcha = { branch = "master", git = "https://github.com/mCaptcha/mCaptcha" }
rand = "0.8"