Skip to content

Commit 0e21b9f

Browse files
committed
fix dependencies
1 parent 26bd772 commit 0e21b9f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ dist
33
Cargo.lock
44
node_modules
55
package*.json
6-
.DS_Store
6+
.DS_Store
7+
*.sqlite3-wal

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.6" }
16-
leptos-struct-table-macro = { version = "0.11.1", path = "../leptos-struct-table-macro" }
16+
leptos-struct-table-macro = { version = "0.11.1" }
1717
leptos-use = "0.10"
1818
rust_decimal = { version = "1.35", optional = true }
1919
chrono = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)