Skip to content

Commit

Permalink
Bump deps and publish v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Jul 29, 2024
1 parent 5ef31cf commit 27a8578
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 45 deletions.
85 changes: 44 additions & 41 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dioxus-material"
description = "Animation library for Dioxus"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand All @@ -12,12 +12,12 @@ members = [
]

[dependencies]
dioxus = "0.5.1"
dioxus = "0.5.6"
dioxus-use-mounted = "0.2.1"
dioxus-spring = "0.2.0"
dioxus-spring = "0.2.1"
dioxus-resize-observer = "0.2.1"
log = "0.4.22"
dioxus-logger = "0.5.1"

[dev-dependencies]
dioxus = { version = "0.5.1", features = ["web"] }
dioxus = { version = "0.5.6", features = ["web"] }

0 comments on commit 27a8578

Please sign in to comment.