Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
2bc4 committed Dec 31, 2023
1 parent d6b348b commit e28fd58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twitch-hls-client"
version = "0.7.0"
version = "0.7.1"
authors = ["2bc4 <[email protected]>"]
description = "Lightweight CLI client for watching low latency Twitch streams with ad blocking"
license = "GPL-3.0-or-later"
Expand All @@ -14,13 +14,13 @@ lto = true
panic = "abort"

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.78", features = ["backtrace"] }
curl = { git = "https://github.com/alexcrichton/curl-rust.git", rev = "0c1dddf", features = ["http2"] }
log = "0.4.20"
once_cell = "1.19.0"
pico-args = { version = "0.5.0", features = ["eq-separator"] }
rand = "0.8.5"
serde_json = "1.0.108"
simplelog = "0.12.1"
time = "0.3.30"
time = "0.3.31"
url = "2.5.0"

0 comments on commit e28fd58

Please sign in to comment.