cargo: 0.14 -> 0.15

+2 -2
+2 -2
pkgs/development/compilers/rust/cargo.nix
··· 24 24 LIBGIT2_SYS_USE_PKG_CONFIG=1; 25 25 26 26 configurePhase = '' 27 - ./configure --enable-optimize --prefix=$out --local-cargo=${rustPlatform.rust.cargo}/bin/cargo 27 + ./configure --enable-optimize --prefix=$out 28 28 ''; 29 29 30 30 buildPhase = "make"; ··· 60 60 cargo test 61 61 ''; 62 62 63 - # Disable check phase as there are failures (author_prefers_cargo test fails) 63 + # Disable check phase as there are failures (4 tests fail) 64 64 doCheck = false; 65 65 66 66 meta = with stdenv.lib; {