Skip to content

Commit 70474d0

Browse files
Manishearthnekevss
authored andcommitted
Add all-features = true to docs.rs metadata (#271)
1 parent d0d95f1 commit 70474d0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@ std = []
8383
[package.metadata.cargo-all-features]
8484
denylist = ["default"]
8585
max_combination_size = 4
86+
87+
[package.metadata.docs.rs]
88+
all-features = true

temporal_capi/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ diplomat = "0.10.0"
2222
diplomat-runtime = "0.10.0"
2323
temporal_rs = { workspace = true, default-features = false }
2424
icu_calendar = { version = "2.0.0-beta2", default-features = false }
25+
26+
[package.metadata.docs.rs]
27+
all-features = true

0 commit comments

Comments
 (0)