-
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I picked `git2-rs` since it links against a C library and has tests but isn't _massive_. There are a couple of hacks/patches here to workaround some bugs in `rules_rust`'s `crate-universe` but on the whole it's not too messy.
- Loading branch information
Showing
3 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/Cargo.toml b/Cargo.toml | ||
index 5837a47..d6ba77f 100644 | ||
--- a/Cargo.toml | ||
+++ b/Cargo.toml | ||
@@ -60,10 +60,3 @@ unstable = [] | ||
vendored-libgit2 = ["libgit2-sys/vendored"] | ||
vendored-openssl = ["openssl-sys/vendored", "libgit2-sys/vendored-openssl"] | ||
zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"] | ||
-[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe] | ||
-version = "0.1" | ||
-optional = true | ||
- | ||
-[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys] | ||
-version = "0.9.0" | ||
-optional = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters