Skip to content

Commit

Permalink
Try vendored-libgit2
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jul 25, 2024
1 parent 4e10ddd commit be0aca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ futures = { version = "0.3" }
regex = { version = "1.10.5" }
iso8601-timestamp = { version = "0.2.17" }
toml = { version = "0.8.15" }
git2 = "0.19.0"
git2 = { version = "0.19.0", features = [ "vendored-libgit2" ]}
url = { version = "2.5.1" }
openidconnect = { version = "3.5.0", features = [ "reqwest" ] }
directories = { version = "5.0" }
Expand Down

0 comments on commit be0aca1

Please sign in to comment.