diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 180b968e01..826a1b04e1 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -17,7 +17,7 @@ crossbeam-channel = "0.5" dirs = "6.0" easy-cast = "0.5" fuzzy-matcher = "0.3" -git2 = { version = "0.21", features = ["https"] } +git2 = { version = "0.21", features = ["https", "unstable-sha256"] } git2-hooks = { path = "../git2-hooks", version = "0.7" } gix = { version = "0.84.0", default-features = false, features = ["mailmap", "max-performance", "revision", "sha1", "sha256", "status"] } log = "0.4"