From 41f81aebb3fb1231311e95fb7a38ceda6665e443 Mon Sep 17 00:00:00 2001 From: Luro02 <24826124+Luro02@users.noreply.github.com> Date: Thu, 9 Apr 2020 08:15:58 +0200 Subject: [PATCH] add `html_root_url` --- Cargo.toml | 2 +- src/lib.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 796490f..7abd9c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hls_m3u8" -version = "0.2.1" +version = "0.2.1" # remember to update html_root_url authors = ["Takeru Ohta "] description = "HLS m3u8 parser/generator" homepage = "https://github.com/sile/hls_m3u8" diff --git a/src/lib.rs b/src/lib.rs index 70edb06..259849e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.2.1")] #![forbid(unsafe_code)] #![warn( clippy::pedantic, //