Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Odb Send and Sync #763

Merged
merged 2 commits into from Nov 11, 2021
Merged

Commits on Nov 10, 2021

  1. 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.
    joshtriplett committed Nov 10, 2021
    Copy the full SHA
    1ac20e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. 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.
    joshtriplett committed Nov 11, 2021
    Copy the full SHA
    25140d6 View commit details
    Browse the repository at this point in the history