Skip to content

Commit c24fa22

Browse files
v0.1.0
1 parent 89967f1 commit c24fa22

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Rust For Web <[email protected]>"]
77
edition = "2021"
88
license = "MIT"
99
repository = "https://github.com/RustForWeb/leptos-utils"
10-
version = "0.0.4"
10+
version = "0.1.0"
1111

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

packages/leptos-struct-component/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4" }
13+
leptos-struct-component-macro = { path = "../leptos-struct-component-macro", version = "0.1.0" }
1414

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

0 commit comments

Comments
 (0)