We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aio
1 parent 6eca2ff commit 7f77d5cCopy full SHA for 7f77d5c
aiscript-vm/Cargo.toml
@@ -40,7 +40,7 @@ sqlx = { version = "0.8", features = [
40
"chrono",
41
"uuid",
42
] }
43
-redis = "0.27.6"
+redis = { version = "0.27.6", features = ["aio"] }
44
jsonwebtoken = "9.3"
45
reqwest = "0.12"
46
oauth2 = "5.0"
0 commit comments