diff options
| author | Sébastien Crozet <developer@crozet.re> | 2023-06-18 11:14:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-18 11:14:14 +0200 |
| commit | ee4cb9cbd5f7380ddb2283147d8e1f3d975470e0 (patch) | |
| tree | deb196f3172227d2619e486c1e79a0da1a90f57e | |
| parent | fb5adc76307db5e094599d69cceef0411b05d278 (diff) | |
| parent | f6806bfbad105cd4c0f5bece533820fe18e8e14c (diff) | |
| download | rapier-ee4cb9cbd5f7380ddb2283147d8e1f3d975470e0.tar.gz rapier-ee4cb9cbd5f7380ddb2283147d8e1f3d975470e0.tar.bz2 rapier-ee4cb9cbd5f7380ddb2283147d8e1f3d975470e0.zip | |
Merge pull request #491 from Benjins-automation/benjins-automated-https-upgrade
Upgrade http links to https in Cargo.toml
| -rw-r--r-- | crates/rapier2d-f64/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/rapier3d-f64/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/rapier3d/Cargo.toml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml index 992e232..a3b18af 100644 --- a/crates/rapier2d-f64/Cargo.toml +++ b/crates/rapier2d-f64/Cargo.toml @@ -3,8 +3,8 @@ name = "rapier2d-f64" version = "0.17.2" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "2-dimensional physics engine in Rust." -documentation = "http://docs.rs/rapier2d" -homepage = "http://rapier.rs" +documentation = "https://docs.rs/rapier2d" +homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index c6a56d6..78a4e5c 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -3,8 +3,8 @@ name = "rapier2d" version = "0.17.2" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "2-dimensional physics engine in Rust." -documentation = "http://docs.rs/rapier2d" -homepage = "http://rapier.rs" +documentation = "https://docs.rs/rapier2d" +homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml index c4d5295..84ccf53 100644 --- a/crates/rapier3d-f64/Cargo.toml +++ b/crates/rapier3d-f64/Cargo.toml @@ -3,8 +3,8 @@ name = "rapier3d-f64" version = "0.17.2" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." -documentation = "http://docs.rs/rapier3d" -homepage = "http://rapier.rs" +documentation = "https://docs.rs/rapier3d" +homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml index b4e5a2c..0e8bbc4 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/Cargo.toml @@ -3,8 +3,8 @@ name = "rapier3d" version = "0.17.2" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." -documentation = "http://docs.rs/rapier3d" -homepage = "http://rapier.rs" +documentation = "https://docs.rs/rapier3d" +homepage = "https://rapier.rs" repository = "https://github.com/dimforge/rapier" readme = "README.md" categories = [ "science", "game-development", "mathematics", "simulation", "wasm"] |
