Fixing repo integration
This commit is contained in:
parent
037db5c381
commit
cc1b805c38
2 changed files with 2 additions and 9 deletions
|
|
@ -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
|
||||
# ═══════════════════════════════════════════════════════════════════════════════
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue