From cd9467a19512f601f90afd22cb17eecb18414dfb Mon Sep 17 00:00:00 2001 From: Nick Presta Date: Thu, 16 Mar 2023 21:38:07 -0400 Subject: [PATCH] Set update = none in submodule configuration Fixes https://github.com/wangfenjin/duckdb-rs/pull/137 --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e19e6319..0c1b687f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "libduckdb-sys/duckdb-sources"] path = libduckdb-sys/duckdb-sources - url = git@github.com:duckdb/duckdb.git + url = git@github.com:duckdb/duckdb.git + update = none