Skip to content

Commit

Permalink
Merge pull request #4 from matthunz/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
matthunz authored Aug 31, 2024
2 parents a8d3e4d + 0171b84 commit 2835d55
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 36 deletions.
59 changes: 29 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ members = [
]

[dependencies]
dioxus = "0.6.0-alpha.1"
dioxus-router = "0.6.0-alpha.0"
dioxus-material = "0.3.0-alpha.1"
dioxus-use-mounted = "0.3.0-alpha.1"
dioxus-resize-observer = "0.3.0-alpha.1"
dioxus = "0.6.0-alpha.2"
dioxus-router = "0.6.0-alpha.2"
dioxus-material = "0.3.0-alpha.2"
dioxus-use-mounted = "0.3.0-alpha.3"
dioxus-resize-observer = "0.3.0-alpha.3"
dioxus_markdown = { git = "https://github.com/matthunz/markdown", branch = "v0.6" }
lookbook-macros = { path = "macros" }
serde_json = "1.0.107"
serde = "1.0.189"

[dev-dependencies]
dioxus = { version = "0.6.0-alpha.1", features = ["web"] }
dioxus = { version = "0.6.0-alpha.2", features = ["web"] }

0 comments on commit 2835d55

Please sign in to comment.