fix: some simple formatting and version numbers

This commit is contained in:
Jonathan Kelley 2024-02-21 14:32:19 -08:00
parent be29c1fdaa
commit 0ae0929691
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"] }