Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 496c7d6

Browse files
committed
switch back to upstream aggregate branch
1 parent 530e095 commit 496c7d6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Cargo.lock

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ serde_json = { version = "1.0.70", optional = true }
3636
pgx-tests = "0.2.5"
3737

3838
[patch.crates-io]
39-
pgx = { path = "../pgx/pgx" }
40-
pgx-macros = { path = "../pgx/pgx-macros" }
41-
pgx-tests = { path = "../pgx/pgx-tests" }
39+
pgx = { git = "https://github.com/ZomboDB/pgx", branch = "aggregate" }
40+
pgx-macros = { git = "https://github.com/ZomboDB/pgx", branch = "aggregate" }
41+
pgx-tests = { git = "https://github.com/ZomboDB/pgx", branch = "aggregate" }

0 commit comments

Comments
 (0)