Skip to content

Commit e76b2d8

Browse files
committed
Update dependency to use published macro crate v0.4.0
1 parent 3ba87b7 commit e76b2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leptos-forms-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ leptos = { version = "0.8", features = ["csr"] }
1515
# Common dependencies
1616
serde = { workspace = true }
1717
serde_json = { workspace = true }
18-
leptos-forms-rs-macro = { path = "../leptos-forms-rs-macro", version = "0.4.0" }
18+
leptos-forms-rs-macro = "0.4.0"
1919
web-sys = { version = "0.3", features = ["Window", "Storage"] }
2020
wasm-bindgen = { workspace = true }
2121
chrono = { workspace = true }

0 commit comments

Comments
 (0)