1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

Fix deadlock in casbin example (#471)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Christian Beier
2022-01-19 20:49:57 +01:00
committed by GitHub
parent 0c316ec330
commit 1cc73366c5
3 changed files with 5 additions and 3 deletions

1
Cargo.lock generated
View File

@ -57,6 +57,7 @@ dependencies = [
"loge",
"rhai",
"rhai_codegen",
"tokio 0.2.25",
]
[[package]]