CI: Use vendored libgit2 to avoid compilation
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
c8fcd75e48
commit
346f5d3e24
1 changed files with 4 additions and 0 deletions
|
|
@ -244,3 +244,7 @@ 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