Fix release compiler error
ci/woodpecker/manual/container Pipeline was successful Details

This commit is contained in:
SeanOMik 2024-05-18 23:37:56 -04:00
parent 30afebc1f4
commit 6cc452dc9f
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ reqwest = { version = "0.11.22", features = ["blocking", "json"] }
serde = { version = "1.0.193", features = ["serde_derive"] }
serde_json = "1.0.117"
stable-eyre = "0.2.2"
tokio = { version = "1.37.0", features = ["rt", "macros", "fs"] }
tokio = { version = "1.37.0", features = ["rt", "macros", "fs", "rt-multi-thread"] }