From f0b133023b0b9d788af2dd166e599b6e2a03a980 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Wed, 30 Jun 2021 10:15:46 -0700 Subject: [PATCH] Fix git repository link to 'rocket_sync_db_pools'. --- contrib/sync_db_pools/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sync_db_pools/lib/Cargo.toml b/contrib/sync_db_pools/lib/Cargo.toml index b3f0ebbc..73c4d3d1 100644 --- a/contrib/sync_db_pools/lib/Cargo.toml +++ b/contrib/sync_db_pools/lib/Cargo.toml @@ -3,7 +3,7 @@ name = "rocket_sync_db_pools" version = "0.1.0-rc.1" authors = ["Sergio Benitez "] 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"