We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9264a commit 9d772f4Copy full SHA for 9d772f4
1 file changed
Cargo.toml
@@ -13,7 +13,7 @@ repository = "https://github.com/Synphonyte/leptos-struct-table"
13
14
[dependencies]
15
leptos = { version = "0.7.0" }
16
-leptos-struct-table-macro = { version = "0.12", git = "https://github.com/kstep/leptos-struct-table-macro", branch = "leptos-0.7" }
+leptos-struct-table-macro = { version = "0.12" }
17
leptos-use = "0.15.0"
18
rust_decimal = { version = "1.35", optional = true }
19
chrono = { version = "0.4", optional = true }
0 commit comments