blob: a9aa0b47395db1a5a49887038f995d0c4c0eea36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- Cargo.toml.orig 2022-11-02 15:28:07 UTC
+++ Cargo.toml
@@ -50,10 +50,10 @@ askama = "0.11.0"
pgx-tests = "0.4.5"
[patch.crates-io]
-pgx = { git = "https://github.com/timescale/pgx", rev = "96ece243" }
-pgx-macros = { git = "https://github.com/timescale/pgx", rev = "96ece243" }
-pgx-tests = { git = "https://github.com/timescale/pgx", rev = "96ece243" }
+pgx = { path = "../pgx/pgx" }
+pgx-macros = { path = "../pgx/pgx-macros" }
+pgx-tests = { path = "../pgx/pgx-tests" }
# from e2e workspace
-test-generator = { git = "https://github.com/JamesGuthrie/test-generator" }
+#test-generator = { git = "https://github.com/JamesGuthrie/test-generator" }
test-common = { path = "./test-common" }
|