Upgrade plain-HTTP links to HTTPS in Cargo.toml files
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
@@ -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"]
|
||||||
|
|||||||
@@ -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"]
|
||||||
|
|||||||
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user