cargo-shuttle: 0.27.0 -> 0.28.0
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.27.0...v0.28.0 Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.28.0
This commit is contained in:
parent
0f6fb1455f
commit
786a1bff54
2 changed files with 700 additions and 522 deletions
1218
pkgs/development/tools/rust/cargo-shuttle/Cargo.lock
generated
1218
pkgs/development/tools/rust/cargo-shuttle/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue