mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-05 02:50:47 +00:00
fix: tests in core
This commit is contained in:
parent
ed0ef793e0
commit
8e3d939d05
1 changed files with 1 additions and 1 deletions
|
|
@ -43,5 +43,5 @@ features = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = "^1.21"
|
tokio = { version = "^1.21", features = ["macros"] }
|
||||||
async-tempfile = "^0.2"
|
async-tempfile = "^0.2"
|
||||||
Loading…
Reference in a new issue