1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-04-29 07:08:55 +00:00

bump to version 0.3.0

This commit is contained in:
Luro02 2020-04-09 14:37:31 +02:00
parent 1057c905bf
commit 41d917e6f1
No known key found for this signature in database
GPG key ID: B66FD4F74501A9CF
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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(