Skip to content

Commit 9d87b35

Browse files
committed
build: sort dependencies
1 parent 2ae7747 commit 9d87b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vector_extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ version.workspace = true
88
[dependencies]
99
anyhow = { workspace = true }
1010
indoc = { workspace = true }
11-
postgresql_extensions = { path = "../../postgresql_extensions" }
1211
postgresql_embedded = { path = "../../postgresql_embedded" }
12+
postgresql_extensions = { path = "../../postgresql_extensions" }
1313
sqlx = { workspace = true, features = ["runtime-tokio"] }
1414
tracing = { workspace = true }
1515
tracing-subscriber = { workspace = true }

0 commit comments

Comments
 (0)