chore: bump libmcaptcha, switch to master

This commit is contained in:
realaravinth
2022-08-13 01:58:20 +05:30
parent 2dd6f063c5
commit e5e89bd8a0
3 changed files with 49 additions and 48 deletions

View File

@@ -59,7 +59,8 @@ log = "0.4"
lazy_static = "1.4"
libmcaptcha = { version = "0.2.2", git = "https://github.com/mCaptcha/libmcaptcha", features = ["full"], tag ="0.2.2" }
#libmcaptcha = { version = "0.2.2", git = "https://github.com/mCaptcha/libmcaptcha", features = ["full"], tag ="0.2.2" }
libmcaptcha = { branch = "master", git = "https://github.com/mCaptcha/libmcaptcha", features = ["full"] }
#libmcaptcha = { path = "../libmcaptcha", features = ["full"]}
rand = "0.8"