Skip to content

Commit

Permalink
(Hopefully) Fixed docs.rs build & Updated to 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DzenanJupic committed Apr 11, 2021
1 parent 85a9153 commit bc0217c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustube"
version = "0.2.9"
version = "0.2.10"
authors = ["Dzenan Jupic <[email protected]>"]
edition = "2018"
description = "A YouTube video downloader, originally inspired by pytube, written in Rust."
Expand All @@ -13,6 +13,9 @@ include = [
"src/**/*", "Cargo.toml",
]

[package.metadata.docs.rs]
all-features = true

[workspace]
members = [".", "cli"]

Expand Down Expand Up @@ -42,9 +45,6 @@ rand = "0.8.1"
tokio = { version = "1.0.1", features = ["full"] }
tokio-test = "0.4.0"

[package.metadata.doc.rs]
all-features = true

[features]
# By default, the minimal features for downloading a video are enabled. If you compile with default-features = false,
# you get only the Id type as well as the Error type.
Expand Down

0 comments on commit bc0217c

Please sign in to comment.