cargo-make: 0.24.3 -> 0.25.0

https://github.com/sagiegurari/cargo-make/releases/tag/0.25.0
This commit is contained in:
Maximilian Bosch 2020-01-01 21:12:21 +01:00
parent 5065378316
commit 26f3d45b5f
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
2 changed files with 3 additions and 3 deletions

View file

@ -98,7 +98,7 @@ dependencies = [
[[package]]
name = "cargo-make"
version = "0.24.3"
version = "0.25.0"
dependencies = [
"ci_info 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -2,7 +2,7 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-make";
version = "0.24.3";
version = "0.25.0";
src =
let
@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec {
owner = "sagiegurari";
repo = pname;
rev = version;
sha256 = "1wcpk8b41v7j2z3vnn0nz18kkw4cm18k0qrnmn89h9cp5lpzfh8r";
sha256 = "1dvn3sjvvlllj99a94jl6yvdkv3a5qrrn3drdnx2s0v1w4djl5z4";
};
in
runCommand "cargo-make-src" {} ''