From 8005674a8d2af48c469438d2fc21fa8db11ab94c Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Wed, 13 Nov 2024 22:37:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A9=20zm:=20Add=20`gvariant`=20feature?= =?UTF-8?q?=20flag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- zbus_macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/zbus_macros/Cargo.toml b/zbus_macros/Cargo.toml index 3f9d24cf0..9abe6fefd 100644 --- a/zbus_macros/Cargo.toml +++ b/zbus_macros/Cargo.toml @@ -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