From 562e88587207368969e7bcd43bce3ccf81aee8d9 Mon Sep 17 00:00:00 2001 From: Friedrich <50049702+FriedrichGaming@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:07:34 +0200 Subject: [PATCH] Make ashpd optional for async-std feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 017d84d..87ad086 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ markdown = ["iced/markdown"] highlighter = ["iced/highlighter"] async-std = [ "dep:async-std", - "ashpd/async-std", + "ashpd?/async-std", "rfd?/async-std", "zbus?/async-io", "iced/async-std",