1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +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

3
Cargo.lock generated
View File

@ -5118,7 +5118,8 @@ dependencies = [
[[package]]
name = "r2d2_mysql"
version = "23.0.0"
source = "git+https://github.com/outersky/r2d2-mysql.git?rev=v23.0.0#5827ac32742f505d60590707e1f79ba735668dca"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9733d738ce65959a744f387bae69aa690a867e18d48e5486b171c47bc7b0c575"
dependencies = [
"mysql",
"r2d2",