From 165401f94056e104b3f92b7540d144c239dc2a9a Mon Sep 17 00:00:00 2001 From: Matt <1009003+tantaman@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:58:42 -0400 Subject: [PATCH] exclude crr project --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 334d384170..945e3c7da4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ members = [ "xtask", ] +exclude = [ "./libsql-sqlite3/ext/crr" ] [profile.release] codegen-units = 1