Skip to content

Commit

Permalink
🚩 zm: Add gvariant feature flag
Browse files Browse the repository at this point in the history
It's just a proxy feature for zvariant and only needed to fix the build
in the root workspace when building with `--features gvariant`.

Fixes #1125.
  • Loading branch information
zeenix committed Nov 13, 2024
1 parent e542606 commit 8005674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zbus_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ readme = "README.md"
default = []
# Enable blocking API.
blocking-api = ["zbus/blocking-api"]
gvariant = ["zvariant/gvariant", "zvariant_utils/gvariant"]

[lib]
proc-macro = true
Expand Down

0 comments on commit 8005674

Please sign in to comment.