diff options
| author | Benji Smith <6193112+Benjins@users.noreply.github.com> | 2023-05-20 18:37:06 -0400 |
|---|---|---|
| committer | Benji Smith <6193112+Benjins@users.noreply.github.com> | 2023-05-20 18:37:06 -0400 |
| commit | f6806bfbad105cd4c0f5bece533820fe18e8e14c (patch) | |
| tree | 51d1178f0ec7829d1f996a95bf786ae37773aaf4 /crates | |
| parent | 89e3d7650c84f96893376a79cbc120aeaeb74785 (diff) | |
| download | rapier-f6806bfbad105cd4c0f5bece533820fe18e8e14c.tar.gz rapier-f6806bfbad105cd4c0f5bece533820fe18e8e14c.tar.bz2 rapier-f6806bfbad105cd4c0f5bece533820fe18e8e14c.zip | |
Upgrade plain-HTTP links to HTTPS in Cargo.toml files
Diffstat (limited to 'crates')
| -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"] |
