Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Dec 7, 2024
1 parent 1e90857 commit aec081b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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/leptos-utils"
version = "0.0.2"
version = "0.0.3"

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

[dependencies]
leptos.workspace = true
leptos-struct-component-macro = { path = "../leptos-struct-component-macro", version = "0.0.2" }
leptos-struct-component-macro = { path = "../leptos-struct-component-macro", version = "0.0.3" }

[dev-dependencies]
leptos-node-ref = { path = "../leptos-node-ref" }

0 comments on commit aec081b

Please sign in to comment.