Skip to content

Commit e4bea15

Browse files
chore(deps): update git2 to 0.20.0 (#10058)
Reverts #10045 This was not the straw that broke the camel's back, the introduction of `turborepo-scm` to the [native library](https://github.com/vercel/turborepo/pull/9950/files#diff-74cfbd08b3cb8946fb49f42e0ec3b53a441952c2189730a2fb508026f6d23ec4R21) is what caused the native library release to fail.
1 parent 78c14af commit e4bea15

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dunce = "1.0.3"
109109
either = "1.9.0"
110110
futures = "0.3.26"
111111
futures-retry = "0.6.0"
112-
git2 = { version = "0.19.0", default-features = false }
112+
git2 = { version = "0.20.0", default-features = false }
113113
hex = "0.4.3"
114114
httpmock = { version = "0.6.8", default-features = false }
115115
indexmap = "1.9.2"

0 commit comments

Comments
 (0)