Fix git repository link to 'rocket_sync_db_pools'.

This commit is contained in:
Sergio Benitez 2021-06-30 10:15:46 -07:00
parent d671ec5bb5
commit f0b133023b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name = "rocket_sync_db_pools"
version = "0.1.0-rc.1"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "Rocket async database pooling support for sync database drivers."
repository = "https://github.com/SergioBenitez/Rocket/contrib/sync_db_pools"
repository = "https://github.com/SergioBenitez/Rocket/tree/v0.5-rc/contrib/sync_db_pools"
readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"