mirror of
https://github.com/sile/hls_m3u8.git
synced 2024-11-22 07:10:59 +00:00
Bump version to v0.3.1
This commit is contained in:
parent
68453ea54d
commit
af92a94873
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "hls_m3u8"
|
name = "hls_m3u8"
|
||||||
version = "0.3.0" # remember to update html_root_url
|
version = "0.3.1" # remember to update html_root_url
|
||||||
authors = ["Takeru Ohta <phjgt308@gmail.com>", "Luro02 <24826124+Luro02@users.noreply.github.com>"]
|
authors = ["Takeru Ohta <phjgt308@gmail.com>", "Luro02 <24826124+Luro02@users.noreply.github.com>"]
|
||||||
description = "HLS m3u8 parser/generator"
|
description = "HLS m3u8 parser/generator"
|
||||||
homepage = "https://github.com/sile/hls_m3u8"
|
homepage = "https://github.com/sile/hls_m3u8"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.3.0")]
|
#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.3.1")]
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
#![warn(rust_2018_idioms)]
|
#![warn(rust_2018_idioms)]
|
||||||
#![warn(
|
#![warn(
|
||||||
|
|
Loading…
Reference in a new issue