Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Nov 8, 2024
1 parent 37b4a08 commit 6b80027
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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-macros"
version = "0.0.4"
version = "0.0.5"

[workspace.dependencies]
yew = "0.21.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/yew-struct-component/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ version.workspace = true

[dependencies]
yew.workspace = true
yew-struct-component-macro = { path = "../yew-struct-component-macro", version = "0.0.4" }
yew-struct-component-macro = { path = "../yew-struct-component-macro", version = "0.0.5" }

0 comments on commit 6b80027

Please sign in to comment.