From 7129ebf31be77c1ea3c3afa277a437b78f2fc3ff Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Mon, 9 Dec 2019 09:14:50 -0800 Subject: [PATCH] Bump to version 1.3.0 - Add `--date YYYYMMDD` option. Will run program as of date supplied. Works for getting streams of historical games (assuming streams are still active) - Fix m3u playlist format - Remove dependency on hls_m3u library, not needed --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/opt.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d35f4be..d0d768f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lazystream" -version = "1.2.0" +version = "1.3.0" dependencies = [ "async-std 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6c9f2b1..8e8fbc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lazystream" -version = "1.2.0" +version = "1.3.0" authors = ["tarkah "] edition = "2018" diff --git a/src/opt.rs b/src/opt.rs index 3069c03..9607056 100644 --- a/src/opt.rs +++ b/src/opt.rs @@ -6,7 +6,7 @@ use structopt::StructOpt; #[structopt( name = "lazystream", about = "Easily get stream links for the current days NHL schedule.", - version = "1.2.0", + version = "1.3.0", author = "tarkah " )] pub struct Opt {