Skip to content

Commit 193d521

Browse files
committed
chore(nodedb-sql): use workspace dependency for nodedb-types
1 parent 06322c7 commit 193d521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodedb-sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ license.workspace = true
77
description = "SQL parser, planner, and optimizer for NodeDB"
88

99
[dependencies]
10-
nodedb-types = { path = "../nodedb-types" }
10+
nodedb-types = { workspace = true }
1111
sqlparser = "0.61"
1212
thiserror = { workspace = true }

0 commit comments

Comments
 (0)