From 8f949a81c87caf12bfa5638388d045061982d458 Mon Sep 17 00:00:00 2001 From: Benjins-automation <132959954+Benjins-automation@users.noreply.github.com> Date: Sun, 21 May 2023 02:02:32 -0400 Subject: [PATCH] Upgrade plain-HTTP links to HTTPS in Cargo.toml files (#498) Co-authored-by: Benji Smith <6193112+Benjins@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6cf6aa..b075edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" description = "Audio playback library" keywords = ["audio", "playback", "gamedev"] repository = "https://github.com/RustAudio/rodio" -documentation = "http://docs.rs/rodio" +documentation = "https://docs.rs/rodio" exclude = ["assets/**", "tests/**"] edition = "2021"