fix: turns out teh solutin was just to enable another feature
This commit is contained in:
parent
faa6233ecb
commit
d0d25b77e8
2 changed files with 13 additions and 1 deletions
|
@ -19,7 +19,7 @@ dotenvy = "0.15.7"
|
|||
|
||||
# For tide
|
||||
tide = "0.16.0"
|
||||
async-std = { version = "1.12.0", features = ["attributes"] }
|
||||
async-std = { version = "1", features = ["attributes", "tokio1"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
# For sqlite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue