Skip to content

Commit aec081b

Browse files
v0.0.3
1 parent 1e90857 commit aec081b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Rust For Web <info@rustforweb.org>"]
77
edition = "2021"
88
license = "MIT"
99
repository = "https://github.com/RustForWeb/leptos-utils"
10-
version = "0.0.2"
10+
version = "0.0.3"
1111

1212
[workspace.dependencies]
1313
leptos = "0.7.0"

packages/leptos-struct-component/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version.workspace = true
1010

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

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

0 commit comments

Comments
 (0)