mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
fix: some simple formatting and version numbers
This commit is contained in:
parent
be29c1fdaa
commit
0ae0929691
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -25,4 +25,4 @@ name = "tests"
|
|||
path = "tests/progress.rs"
|
||||
|
||||
[dev-dependencies]
|
||||
trybuild = { version = "1.0.82", features = ["diff"] }
|
||||
trybuild = { version = "1.0.82", features = ["diff"] }
|
||||
|
|
Loading…
Reference in a new issue