Skip to content

Commit 9d772f4

Browse files
committed
remove git dependency
1 parent 7a9264a commit 9d772f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/Synphonyte/leptos-struct-table"
1313

1414
[dependencies]
1515
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" }
16+
leptos-struct-table-macro = { version = "0.12" }
1717
leptos-use = "0.15.0"
1818
rust_decimal = { version = "1.35", optional = true }
1919
chrono = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)