We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5862e commit 2c715e7Copy full SHA for 2c715e7
Cargo.toml
@@ -5,7 +5,7 @@ members = ["primitives", "preview", "test-harness"]
5
[workspace.dependencies]
6
dioxus-primitives = { path = "primitives" }
7
8
-dioxus = "0.7.0"
+dioxus = { git = "https://github.com/DioxusLabs/dioxus", branch = "main" }
9
tracing = { version = "0.1", features = ["std"] }
10
11
[profile.release]
0 commit comments