Skip to content

Commit f68d3cd

Browse files
authored
Use all-features for timezone_provider on docs.rs (#630)
1 parent c0d0101 commit f68d3cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

provider/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,6 @@ serde_json = { version = "1.0.145", optional = true }
7676
[dev-dependencies]
7777
serde-xml-rs = "0.8.1"
7878
serde = { version = "1.0.225" , features = ["derive"] }
79+
80+
[package.metadata.docs.rs]
81+
all-features = true

0 commit comments

Comments
 (0)