From a28929592ea504463a223a704255bf38baf8661c Mon Sep 17 00:00:00 2001 From: tidely <43219534+tidely@users.noreply.github.com> Date: Tue, 8 Apr 2025 13:21:24 +0300 Subject: [PATCH] gpui: Depend on workspace image crate (#28313) Make gpui depend on the image crate on the workspace level Release Notes: - N/A --- crates/gpui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index 634dfa753e..ae4a61daeb 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -89,7 +89,7 @@ etagere = "0.2" futures.workspace = true gpui_macros.workspace = true http_client = { optional = true, workspace = true } -image = "0.25.1" +image.workspace = true inventory.workspace = true itertools.workspace = true log.workspace = true