Skip to content

Commit 621b623

Browse files
committed
✨ zb: Add gvariant feature
Allows enabling the gvariant features in the sub-crates without adding them explicitly. Fixes: #1125
1 parent 60b2143 commit 621b623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zbus/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ categories = ["os::unix-apis"]
1313
readme = "README.md"
1414

1515
[features]
16+
gvariant = ["zvariant/gvariant", "zbus_macros/gvariant"]
1617
default = ["async-io", "blocking-api"]
1718
uuid = ["zvariant/uuid"]
1819
url = ["zvariant/url"]

0 commit comments

Comments
 (0)