Merge pull request #258806 from figsoda/shuttle

cargo-shuttle: 0.27.0 -> 0.28.0
This commit is contained in:
Nick Cao 2023-10-03 19:12:23 -04:00 committed by GitHub
commit 9ca2ceb823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 700 additions and 522 deletions

File diff suppressed because it is too large Load diff

View file

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-shuttle";
version = "0.27.0";
version = "0.28.0";
src = fetchFromGitHub {
owner = "shuttle-hq";
repo = "shuttle";
rev = "v${version}";
hash = "sha256-IjalWQtO0UkLs9dsoXVAKsCblXxqtoNllAT9fms25h0=";
hash = "sha256-iBUd42MEfDFMhHXBrgrJaihUeYTRpVt4jFQaKCKhNlc=";
};
cargoLock = {