cargo-workspaces: 0.3.6 -> 0.4.0

This commit is contained in:
R. Ryantm 2025-06-03 12:39:22 +00:00
parent e8bb3205d7
commit 864f68b39c

View file

@ -10,15 +10,15 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-workspaces";
version = "0.3.6";
version = "0.4.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-JqLKFVM/EnVAPF7erINpHdaaDG+g2nbB0iE/hB1gml8=";
hash = "sha256-kBjiRPEWHKhX6vTB48TjKYhlpaiieNzE1l0PjaLTL4k=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-EfTcbgvOQ2KgUpu4+QBUVTaz/ToH9FuMHlXMpJN1BK4=";
cargoHash = "sha256-vHLc738wFunyUDu6/B5foTE2/wExd2Yxcl638iqOWdw=";
nativeBuildInputs = [
pkg-config