You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried naïvely bumping the libgit2 submodule like in #751 but cargo test has some test failures and several segfaults, so this may be a high-effort upgrade.
The text was updated successfully, but these errors were encountered:
Typically this comes about because structures in C changed, but this can be tested with cargo run in the systest directory which should print out which structs in Rust are different than those in C. Once the libgit2-sys crate is adjusted that should probably weed out the segfaults.
https://github.com/libgit2/libgit2/releases/tag/v1.4.0 was just released and contains libgit2/libgit2#6203, which we need for unblocking fast fetches in Cargo: rust-lang/cargo#10078.
I tried naïvely bumping the libgit2 submodule like in #751 but
cargo test
has some test failures and several segfaults, so this may be a high-effort upgrade.The text was updated successfully, but these errors were encountered: