Skip to content

Commit

Permalink
chore: bump git2-rs version to 0.17.2 and required libgit2 to v1.6.4 (F…
Browse files Browse the repository at this point in the history
…uelLabs#4717)

## Description

Bumps git2-rs to 0.17.2, so that forc requires libgit2 v1.6.4 to
compile. This is needed as fuel.nix flake is in a deadlock some
dependencies requires us to bump macos sdk versions while libgit2
v0.1.5.1 fails to compile with the bumped SDK version.
  • Loading branch information
kayagokalp authored Jun 29, 2023
1 parent 8aabcd3 commit 5d8d8ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion forc-pkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ forc-tracing = { version = "0.40.1", path = "../forc-tracing" }
forc-util = { version = "0.40.1", path = "../forc-util" }
fuel-abi-types = "0.1"
futures = "0.3"
git2 = { version = "0.16.1", features = ["vendored-libgit2", "vendored-openssl"] }
git2 = { version = "0.17.2", features = ["vendored-libgit2", "vendored-openssl"] }
gix-url = { version = "0.16.0", features = ["serde1"] }
hex = "0.4.3"
ipfs-api-backend-hyper = { version = "0.6", features = ["with-builder"] }
Expand Down

0 comments on commit 5d8d8ed

Please sign in to comment.