Upgrade plain-HTTP links to HTTPS in Cargo.toml files

This commit is contained in:
Benji Smith
2023-05-20 18:37:06 -04:00
parent 89e3d7650c
commit f6806bfbad
4 changed files with 8 additions and 8 deletions

View File

@@ -3,8 +3,8 @@ name = "rapier2d-f64"
version = "0.17.2" version = "0.17.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust." description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d" documentation = "https://docs.rs/rapier2d"
homepage = "http://rapier.rs" homepage = "https://rapier.rs"
repository = "https://github.com/dimforge/rapier" repository = "https://github.com/dimforge/rapier"
readme = "README.md" readme = "README.md"
categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] categories = [ "science", "game-development", "mathematics", "simulation", "wasm"]

View File

@@ -3,8 +3,8 @@ name = "rapier2d"
version = "0.17.2" version = "0.17.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust." description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d" documentation = "https://docs.rs/rapier2d"
homepage = "http://rapier.rs" homepage = "https://rapier.rs"
repository = "https://github.com/dimforge/rapier" repository = "https://github.com/dimforge/rapier"
readme = "README.md" readme = "README.md"
categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] categories = [ "science", "game-development", "mathematics", "simulation", "wasm"]

View File

@@ -3,8 +3,8 @@ name = "rapier3d-f64"
version = "0.17.2" version = "0.17.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust." description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d" documentation = "https://docs.rs/rapier3d"
homepage = "http://rapier.rs" homepage = "https://rapier.rs"
repository = "https://github.com/dimforge/rapier" repository = "https://github.com/dimforge/rapier"
readme = "README.md" readme = "README.md"
categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] categories = [ "science", "game-development", "mathematics", "simulation", "wasm"]

View File

@@ -3,8 +3,8 @@ name = "rapier3d"
version = "0.17.2" version = "0.17.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust." description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d" documentation = "https://docs.rs/rapier3d"
homepage = "http://rapier.rs" homepage = "https://rapier.rs"
repository = "https://github.com/dimforge/rapier" repository = "https://github.com/dimforge/rapier"
readme = "README.md" readme = "README.md"
categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] categories = [ "science", "game-development", "mathematics", "simulation", "wasm"]