1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-05 10:09:07 +00:00

Merge pull request #62 from sile/bump-to-v0.3.1

Bump version to v0.4.0
This commit is contained in:
Takeru Ohta 2020-08-15 17:07:42 +09:00 committed by GitHub
commit 42b5eb531b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "hls_m3u8"
version = "0.3.0" # remember to update html_root_url
version = "0.4.0" # 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"

View file

@ -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.4.0")]
#![forbid(unsafe_code)]
#![warn(rust_2018_idioms)]
#![warn(