mirror of
https://github.com/sile/hls_m3u8.git
synced 2024-11-21 23:01:00 +00:00
Bump version to 0.4.2
This commit is contained in:
parent
4aa9f63f3b
commit
c8d848a51e
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "hls_m3u8"
|
||||
version = "0.4.1" # remember to update html_root_url
|
||||
version = "0.4.2" # remember to update html_root_url
|
||||
authors = ["Takeru Ohta <phjgt308@gmail.com>", "Luro02 <24826124+Luro02@users.noreply.github.com>"]
|
||||
description = "HLS m3u8 parser/generator"
|
||||
homepage = "https://github.com/sile/hls_m3u8"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.4.1")]
|
||||
#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.4.2")]
|
||||
#![forbid(unsafe_code)]
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![warn(clippy::cargo, clippy::inline_always)]
|
||||
|
|
Loading…
Reference in a new issue