cargo-shuttle: 0.30.1 -> 0.33.0
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.30.1...v0.33.0 Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.33.0
This commit is contained in:
parent
e4df5bf736
commit
aa68c58a91
2 changed files with 787 additions and 806 deletions
1589
pkgs/development/tools/rust/cargo-shuttle/Cargo.lock
generated
1589
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.30.1";
|
||||
version = "0.33.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shuttle-hq";
|
||||
repo = "shuttle";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-zfRIw1PN3KCMrwnlFM3AFh/Dt8ywu2l3EABz87s8JK0=";
|
||||
hash = "sha256-9MdEB7T+ZJuI5sGbHkhibhqKiGZYmURbaarBsU4gQMk=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
|
Loading…
Reference in a new issue