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"]