Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Aug 21, 2024
1 parent 83a1a7a commit 82d7143
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Rust For Web <[email protected]>"]
edition = "2021"
license = "MIT"
repository = "https://github.com/RustForWeb/yew-attrs"
version = "0.2.0"
version = "0.2.1"

[workspace.dependencies]
yew = "0.21.0"
2 changes: 1 addition & 1 deletion packages/yew-attrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ version.workspace = true
indexmap = "2.4.0"
thiserror = "1.0.63"
yew.workspace = true
yew-attrs-macro = { path = "../yew-attrs-macro", version = "0.2.0" }
yew-attrs-macro = { path = "../yew-attrs-macro", version = "0.2.1" }

0 comments on commit 82d7143

Please sign in to comment.