From fa79610bcd03b7e3f1daa790b5c088c3c8d11c26 Mon Sep 17 00:00:00 2001 From: Mathew Horner Date: Sat, 18 Nov 2023 11:57:25 -0600 Subject: [PATCH] Fix git repository URLs in contrib crates. --- contrib/db_pools/codegen/Cargo.toml | 2 +- contrib/db_pools/lib/Cargo.toml | 2 +- contrib/db_pools/lib/src/lib.rs | 2 +- contrib/dyn_templates/Cargo.toml | 2 +- contrib/sync_db_pools/codegen/Cargo.toml | 2 +- contrib/ws/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/db_pools/codegen/Cargo.toml b/contrib/db_pools/codegen/Cargo.toml index 713b5a1f..9b92c0ca 100644 --- a/contrib/db_pools/codegen/Cargo.toml +++ b/contrib/db_pools/codegen/Cargo.toml @@ -3,7 +3,7 @@ name = "rocket_db_pools_codegen" version = "0.1.0" authors = ["Sergio Benitez ", "Jeb Rosen "] description = "Procedural macros for rocket_db_pools." -repository = "https://github.com/rwf2/Rocket/contrib/db_pools" +repository = "https://github.com/rwf2/Rocket/tree/v0.5/contrib/db_pools" readme = "../README.md" keywords = ["rocket", "framework", "database", "pools"] license = "MIT OR Apache-2.0" diff --git a/contrib/db_pools/lib/Cargo.toml b/contrib/db_pools/lib/Cargo.toml index 175ef419..bcc7f133 100644 --- a/contrib/db_pools/lib/Cargo.toml +++ b/contrib/db_pools/lib/Cargo.toml @@ -3,7 +3,7 @@ name = "rocket_db_pools" version = "0.1.0" authors = ["Sergio Benitez ", "Jeb Rosen "] description = "Rocket async database pooling support" -repository = "https://github.com/rwf2/Rocket/contrib/db_pools" +repository = "https://github.com/rwf2/Rocket/tree/v0.5/contrib/db_pools" readme = "../README.md" keywords = ["rocket", "framework", "database", "pools"] license = "MIT OR Apache-2.0" diff --git a/contrib/db_pools/lib/src/lib.rs b/contrib/db_pools/lib/src/lib.rs index ae5118fb..0d9e5caf 100644 --- a/contrib/db_pools/lib/src/lib.rs +++ b/contrib/db_pools/lib/src/lib.rs @@ -228,7 +228,7 @@ //! Any database driver can implement support for this library by implementing //! the [`Pool`] trait. -#![doc(html_root_url = "https://api.rocket.rs/master/rocket_db_pools")] +#![doc(html_root_url = "https://api.rocket.rs/v0.5/rocket_db_pools")] #![doc(html_favicon_url = "https://rocket.rs/images/favicon.ico")] #![doc(html_logo_url = "https://rocket.rs/images/logo-boxed.png")] diff --git a/contrib/dyn_templates/Cargo.toml b/contrib/dyn_templates/Cargo.toml index a826b240..46a69be8 100644 --- a/contrib/dyn_templates/Cargo.toml +++ b/contrib/dyn_templates/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Sergio Benitez "] description = "Dynamic templating engine integration for Rocket." documentation = "https://api.rocket.rs/v0.5/rocket_dyn_templates/" homepage = "https://rocket.rs" -repository = "https://github.com/rwf2/Rocket/tree/master/contrib/dyn_templates" +repository = "https://github.com/rwf2/Rocket/tree/v0.5/contrib/dyn_templates" readme = "README.md" keywords = ["rocket", "framework", "templates", "templating", "engine"] license = "MIT OR Apache-2.0" diff --git a/contrib/sync_db_pools/codegen/Cargo.toml b/contrib/sync_db_pools/codegen/Cargo.toml index 1f30eb32..deeec74e 100644 --- a/contrib/sync_db_pools/codegen/Cargo.toml +++ b/contrib/sync_db_pools/codegen/Cargo.toml @@ -3,7 +3,7 @@ name = "rocket_sync_db_pools_codegen" version = "0.1.0" authors = ["Sergio Benitez "] description = "Procedural macros for rocket_sync_db_pools." -repository = "https://github.com/rwf2/Rocket/contrib/sync_db_pools" +repository = "https://github.com/rwf2/Rocket/tree/v0.5/contrib/sync_db_pools" readme = "../README.md" keywords = ["rocket", "framework", "database", "pools"] license = "MIT OR Apache-2.0" diff --git a/contrib/ws/Cargo.toml b/contrib/ws/Cargo.toml index e6c07061..a65c8d14 100644 --- a/contrib/ws/Cargo.toml +++ b/contrib/ws/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Sergio Benitez "] description = "WebSocket support for Rocket." documentation = "https://api.rocket.rs/v0.5/rocket_ws/" homepage = "https://rocket.rs" -repository = "https://github.com/rwf2/Rocket/tree/master/contrib/ws" +repository = "https://github.com/rwf2/Rocket/tree/v0.5/contrib/ws" readme = "README.md" keywords = ["rocket", "web", "framework", "websocket"] license = "MIT OR Apache-2.0"