cargo-semver-checks: 0.17.1 -> 0.18.0

Diff: https://github.com/obi1kenobi/cargo-semver-checks/compare/v0.17.1...v0.18.0
This commit is contained in:
figsoda 2023-02-13 12:03:16 -05:00
parent 3f113f8c53
commit 0eed8951ac

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-semver-checks";
version = "0.17.1";
version = "0.18.0";
src = fetchFromGitHub {
owner = "obi1kenobi";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zObflf9BKq24km54LW7It4Lvff0OKYNDb02uatdX7g4=";
sha256 = "sha256-ugcmsm1j2a1wOnUe9u70yoRXALCmtXSnb80N4B4IUWE=";
};
cargoSha256 = "sha256-itL6WpM4OLn4mzdB0ytM2J7F1fRDrXwCaI/8WdLo6y0=";
cargoSha256 = "sha256-PxnPCevjVvmFMlmYv6qwIBZk2MThz65hgUyVhm2tzlc=";
nativeBuildInputs = [ pkg-config ];
@ -29,9 +29,9 @@ rustPlatform.buildRustPackage rec {
checkFlags = [
# requires nightly version of cargo-rustdoc
"--skip=dump::tests"
"--skip=query::tests"
"--skip=verify_binary_contains_lints"
"--skip=rustdoc_cmd::tests"
];
# use system openssl