Skip to content

Commit 2c715e7

Browse files
authored
updated dioxus version
Updated the version of dioxus so it's always the newest one based on the main branch.
1 parent 7e5862e commit 2c715e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["primitives", "preview", "test-harness"]
55
[workspace.dependencies]
66
dioxus-primitives = { path = "primitives" }
77

8-
dioxus = "0.7.0"
8+
dioxus = { git = "https://github.com/DioxusLabs/dioxus", branch = "main" }
99
tracing = { version = "0.1", features = ["std"] }
1010

1111
[profile.release]

0 commit comments

Comments
 (0)