Skip to content

Commit bc0217c

Browse files
committed
(Hopefully) Fixed docs.rs build & Updated to 0.2.10
1 parent 85a9153 commit bc0217c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustube"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
authors = ["Dzenan Jupic <[email protected]>"]
55
edition = "2018"
66
description = "A YouTube video downloader, originally inspired by pytube, written in Rust."
@@ -13,6 +13,9 @@ include = [
1313
"src/**/*", "Cargo.toml",
1414
]
1515

16+
[package.metadata.docs.rs]
17+
all-features = true
18+
1619
[workspace]
1720
members = [".", "cli"]
1821

@@ -42,9 +45,6 @@ rand = "0.8.1"
4245
tokio = { version = "1.0.1", features = ["full"] }
4346
tokio-test = "0.4.0"
4447

45-
[package.metadata.doc.rs]
46-
all-features = true
47-
4848
[features]
4949
# By default, the minimal features for downloading a video are enabled. If you compile with default-features = false,
5050
# you get only the Id type as well as the Error type.

0 commit comments

Comments
 (0)