Fix git repository URLs in contrib crates.

This commit is contained in:
Mathew Horner 2023-11-18 11:57:25 -06:00 committed by Sergio Benitez
parent 3bcdd076c3
commit fa79610bcd
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ name = "rocket_db_pools_codegen"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
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"

View File

@ -3,7 +3,7 @@ name = "rocket_db_pools"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
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"

View File

@ -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")]

View File

@ -5,7 +5,7 @@ authors = ["Sergio Benitez <sb@sergio.bz>"]
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"

View File

@ -3,7 +3,7 @@ name = "rocket_sync_db_pools_codegen"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>"]
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"

View File

@ -5,7 +5,7 @@ authors = ["Sergio Benitez <sb@sergio.bz>"]
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"