cargo-workspaces: drop unused libgit2 dependency
It is using gix and libgit2{,-sys} is not in the lockfile
https://github.com/pksunkara/cargo-workspaces/blob/v0.3.1/cargo-workspaces/Cargo.lock#L680
This commit is contained in:
committed by
sternenseemann
parent
c46ca8c6bc
commit
0d974fc944
@@ -2,7 +2,6 @@
|
||||
, rustPlatform
|
||||
, fetchCrate
|
||||
, pkg-config
|
||||
, libgit2_1_6
|
||||
, libssh2
|
||||
, openssl
|
||||
, zlib
|
||||
@@ -26,7 +25,6 @@ rustPlatform.buildRustPackage rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libgit2_1_6
|
||||
libssh2
|
||||
openssl
|
||||
zlib
|
||||
|
||||
Reference in New Issue
Block a user