Skip to content

Commit 1cc1ef6

Browse files
authored
Update libgit2 to fix misalignment issue on arm64 (#646)
Also update git_cert_ssh_t to include lost value
1 parent 1ff740d commit 1cc1ef6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

libgit2-sys/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ git_enum! {
473473
GIT_CERT_SSH_MD5 = 1 << 0,
474474
GIT_CERT_SSH_SHA1 = 1 << 1,
475475
GIT_CERT_SSH_SHA256 = 1 << 2,
476+
GIT_CERT_SSH_RAW = 1 << 3,
476477
}
477478
}
478479

0 commit comments

Comments
 (0)