Skip to content

Commit

Permalink
fix: some simple formatting and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Feb 21, 2024
1 parent be29c1f commit 0ae0929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/PWA-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion packages/html-internal-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 0ae0929

Please sign in to comment.