Skip to content

Commit 1ccb69d

Browse files
committed
specify local dep version
1 parent 99064e0 commit 1ccb69d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ license-file = "LICENSE"
2525
keywords = ["postgres", "postgres-tokio", "postgresql", "from-row", "mapper"]
2626
categories = ["database", "parsing", "data-structures"]
2727

28+
[workspace.dependencies]
29+
postgres-from-row-derive = { path = "postgres-from-row-derive", version = "=0.1.0" }
30+
2831
[features]
2932
default = ["postgres"]
3033
postgres = ["dep:postgres"]
@@ -33,4 +36,4 @@ tokio-postgres = ["dep:tokio-postgres"]
3336
[dependencies]
3437
tokio-postgres = { version = "0.7.7", default_features = false, optional = true }
3538
postgres = { version = "0.19.4", default_features = false, optional = true }
36-
postgres-from-row-derive = { path = "postgres-from-row-derive" }
39+
postgres-from-row-derive.workspace = true

0 commit comments

Comments
 (0)