mirror of
https://github.com/sile/hls_m3u8.git
synced 2024-11-21 23:01:00 +00:00
bump to version 0.3.0
This commit is contained in:
parent
1057c905bf
commit
41d917e6f1
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "hls_m3u8"
|
||||
version = "0.2.1" # remember to update html_root_url
|
||||
version = "0.3.0" # remember to update html_root_url
|
||||
authors = ["Takeru Ohta <phjgt308@gmail.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.2.1")]
|
||||
#![doc(html_root_url = "https://docs.rs/hls_m3u8/0.3.0")]
|
||||
#![forbid(unsafe_code)]
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![warn(
|
||||
|
|
Loading…
Reference in a new issue