summaryrefslogtreecommitdiff
path: root/databases/postgresql-promscale_extension/patches/patch-Cargo.toml
blob: 21f31559eb23c0a09652626a6c09f2aee1fc6903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-Cargo.toml,v 1.6 2022/09/04 11:55:41 tnn Exp $

Provide unpublished crate manually rather than fetch with git.

--- Cargo.toml.orig	2022-08-25 16:26:38.000000000 +0000
+++ 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" }