1
0
mirror of https://github.com/actix/examples synced 2025-06-26 09:17:41 +02:00

fix diesel test in CI (#592)

This commit is contained in:
Rob Ede
2022-12-12 02:41:22 +00:00
committed by GitHub
parent fbf376db47
commit a814ac0d5c
5 changed files with 29 additions and 26 deletions

View File

@ -13,5 +13,5 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
[dev-dependencies]
actix-test = "0.1.0-beta.11"
time = "0.3.7"
actix-test = "0.1"
time = "0.3"