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

update mysql dependency to 23

This commit is contained in:
Rob Ede
2022-12-11 15:25:15 +00:00
parent 7caab85d01
commit 3ffb06abb7
4 changed files with 614 additions and 356 deletions

View File

@ -63,3 +63,7 @@ members = [
"websockets/echo",
]
resolver = "2"
[patch.crates-io.r2d2_mysql]
git = "https://github.com/outersky/r2d2-mysql.git"
rev = "v23.0.0"