Skip to content

Commit

Permalink
Fix compilation of data storage extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Nov 30, 2023
1 parent a8ccfd9 commit 52c478e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripty_data_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scripty_utils = { path = "../scripty_utils" }
scripty_redis = { path = "../scripty_redis" }
scripty_config = { path = "../scripty_config" }
aes-gcm = { version = "0.10", features = ["std"] }
tokio = { version = "1", features = ["parking_lot", "signal"] }
tokio = { version = "1", features = ["parking_lot", "signal", "rt-multi-thread"] }
serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next", features = [
"voice",
"dashmap",
Expand Down

0 comments on commit 52c478e

Please sign in to comment.