Skip to content

Commit

Permalink
updated to 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dzenan Jupic <[email protected]>
  • Loading branch information
DzenanJupic committed Oct 16, 2022
1 parent 150538d commit 69d475d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.0

## Changed

- `Callback` is not `Send` and also requires the callback closures it stores to by `Send + Sync`

## 0.5.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustube"
version = "0.5.0"
version = "0.6.0"
authors = ["Dzenan Jupic <[email protected]>"]
edition = "2018"
description = "A YouTube video downloader, originally inspired by pytube, written in Rust."
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustube-cli"
version = "0.5.0"
version = "0.6.0"
authors = ["Dzenan Jupic <[email protected]>"]
edition = "2018"
description = "A CLI for rustube"
Expand All @@ -25,7 +25,7 @@ clap = { version = "3.0.0-rc.7", features = ["derive", "wrap_help"] }
fern = { version = "0.6.0", features = ["colored"] }
log = "0.4.14"
mime = "0.3.16"
rustube = { path = "..", version = "0.5", features = ["download", "std"] }
rustube = { path = "..", version = "0.6", features = ["download", "std"] }
tokio = { version = "1.12.0", features = ["rt-multi-thread"] }
serde = "1.0.130"
strum = { version = "0.22.0", features = ["derive"] }
Expand Down

0 comments on commit 69d475d

Please sign in to comment.