We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d95f1 commit 70474d0Copy full SHA for 70474d0
2 files changed
Cargo.toml
@@ -83,3 +83,6 @@ std = []
83
[package.metadata.cargo-all-features]
84
denylist = ["default"]
85
max_combination_size = 4
86
+
87
+[package.metadata.docs.rs]
88
+all-features = true
temporal_capi/Cargo.toml
@@ -22,3 +22,6 @@ diplomat = "0.10.0"
22
diplomat-runtime = "0.10.0"
23
temporal_rs = { workspace = true, default-features = false }
24
icu_calendar = { version = "2.0.0-beta2", default-features = false }
25
26
27
0 commit comments