Skip to content

Commit

Permalink
fix: reactive_graph doctests depend on leptos itself
Browse files Browse the repository at this point in the history
  • Loading branch information
agraboso committed Aug 8, 2024
1 parent c9f0910 commit cd8ee48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reactive_graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit cd8ee48

Please sign in to comment.