Merge pull request #260045 from figsoda/shuttle

cargo-shuttle: 0.28.1 -> 0.29.0
This commit is contained in:
Nick Cao
2023-10-10 18:53:40 -04:00
committed by GitHub
2 changed files with 304 additions and 105 deletions
File diff suppressed because it is too large Load Diff
@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-shuttle";
version = "0.28.1";
version = "0.29.0";
src = fetchFromGitHub {
owner = "shuttle-hq";
repo = "shuttle";
rev = "v${version}";
hash = "sha256-j4YFCvBvNJbzxaOwguhczWQt1CzCAMQsxZAVgJoLgUs=";
hash = "sha256-BanM3ChZqP1qE6D1EWEdhyKlhGCKVRRKTcyzjvyhriw=";
};
cargoLock = {