From 7c7d736f22529d6fa31df827552df319de031d05 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:21:51 +0200 Subject: [PATCH] Fix remote-server tests build features (enabled test-support for agent) --- crates/remote_server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/remote_server/Cargo.toml b/crates/remote_server/Cargo.toml index 3d28f6ba565330a5fc3c0ea0249aaf760c880439..b702c75119af9f49707c079a3a799ae8c59209b1 100644 --- a/crates/remote_server/Cargo.toml +++ b/crates/remote_server/Cargo.toml @@ -75,7 +75,7 @@ minidumper.workspace = true [dev-dependencies] action_log.workspace = true -agent.workspace = true +agent = { workspace = true, features = ["test-support"] } client = { workspace = true, features = ["test-support"] } clock = { workspace = true, features = ["test-support"] } collections.workspace = true