CI: Patch libgit2-sys to use main branch
Some checks failed
BotServer CI/CD / build (push) Has been cancelled
Some checks failed
BotServer CI/CD / build (push) Has been cancelled
This commit is contained in:
parent
c30cec474d
commit
c8fcd75e48
1 changed files with 4 additions and 0 deletions
|
|
@ -240,3 +240,7 @@ 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" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue