diff --git a/examples/PWA-example/Cargo.toml b/examples/PWA-example/Cargo.toml index 72ffb86d7..47b0c7e3e 100644 --- a/examples/PWA-example/Cargo.toml +++ b/examples/PWA-example/Cargo.toml @@ -8,8 +8,8 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dioxus = { path = "../../packages/dioxus", version = "*" } -dioxus-web = { path = "../../packages/web", version = "*" } +dioxus = { workspace = true } +dioxus-web = { workspace = true } log = "0.4.6" diff --git a/packages/html-internal-macro/Cargo.toml b/packages/html-internal-macro/Cargo.toml index ce8ad54b1..2641e00f3 100644 --- a/packages/html-internal-macro/Cargo.toml +++ b/packages/html-internal-macro/Cargo.toml @@ -25,4 +25,4 @@ name = "tests" path = "tests/progress.rs" [dev-dependencies] -trybuild = { version = "1.0.82", features = ["diff"] } \ No newline at end of file +trybuild = { version = "1.0.82", features = ["diff"] }