From cc1b805c3875b4820fa394cd41f7e038509e0509 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 19 Apr 2026 08:55:24 -0300 Subject: [PATCH] Fixing repo integration --- Cargo.toml | 3 ++- botserver/Cargo.toml | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f27ff450..5475161e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ members = [ "bottest", "botui", ] -exclude = ["backup-to-s3"] [workspace.lints.rust] @@ -237,6 +236,8 @@ libc = "0.2" trayicon = "0.2" + + # ═══════════════════════════════════════════════════════════════════════════════ # PROFILES # ═══════════════════════════════════════════════════════════════════════════════ diff --git a/botserver/Cargo.toml b/botserver/Cargo.toml index 9e6f979f..11ceeb53 100644 --- a/botserver/Cargo.toml +++ b/botserver/Cargo.toml @@ -240,11 +240,3 @@ ureq = { version = "2", features = ["json"] } mockito = { workspace = true } tempfile = { workspace = true } bigdecimal = { workspace = true } - -# Force libgit2-sys to use system libgit2 -[patch.crates-io] -libgit2-sys = { git = "https://github.com/rust-lang/git2-rs", branch = "main" } - -[dependencies.git2] -version = "0.19" -features = ["vendored-libgit2"]