Fixing repo integration

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-19 08:55:24 -03:00
parent 037db5c381
commit cc1b805c38
2 changed files with 2 additions and 9 deletions

View file

@ -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
# ═══════════════════════════════════════════════════════════════════════════════

View file

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