From bcbcf07164446a793b93fd2461e3b6382a19c61e Mon Sep 17 00:00:00 2001 From: marc2332 Date: Wed, 16 Aug 2023 23:19:43 +0200 Subject: [PATCH] chore: Fix core dev path of freya-testing --- hooks/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/Cargo.toml b/hooks/Cargo.toml index 21ec24f49..92839969a 100644 --- a/hooks/Cargo.toml +++ b/hooks/Cargo.toml @@ -41,5 +41,5 @@ bytes = "1.3.0" [dev-dependencies] dioxus = { workspace = true } -freya = { workspace = true } -freya-testing = { workspace = true } +freya = { path = "../freya" } +freya-testing = { path = "../testing" } \ No newline at end of file