From cd8ee4806cb85e949301e900337e75bb24abe9c4 Mon Sep 17 00:00:00 2001 From: agraboso Date: Thu, 8 Aug 2024 09:03:27 +0200 Subject: [PATCH] fix: reactive_graph doctests depend on leptos itself --- reactive_graph/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/reactive_graph/Cargo.toml b/reactive_graph/Cargo.toml index 50fbc0e6c4..2db1c7e27b 100644 --- a/reactive_graph/Cargo.toml +++ b/reactive_graph/Cargo.toml @@ -28,6 +28,7 @@ send_wrapper = { version = "0.6.0", features = ["futures"] } web-sys = "0.3" [dev-dependencies] +leptos = { workspace = true } tokio = { version = "1", features = ["rt-multi-thread", "macros"] } tokio-test = { version = "0.4" } any_spawner = { workspace = true, features = ["futures-executor", "tokio"] }