Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Nov 18, 2024
1 parent 5f19d46 commit 4d06715
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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-utils"
version = "0.1.1"
version = "0.1.2"

[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.1.1" }
yew-struct-component-macro = { path = "../yew-struct-component-macro", version = "0.1.2" }

0 comments on commit 4d06715

Please sign in to comment.