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
* libgit2-sys: build.rs: require 1.3.0
This ensures that we can count on new APIs and behavior, whether we're
building our vendored version or using a system library.
* Make `Odb` `Send` and `Sync`
As of libgit2 1.2.0, `git_odb` uses locking internally, and should be
thread-safe. Mark it `Send` and `Sync` to allow access from multiple
threads.
0 commit comments