cargo-shuttle: 0.21.0 -> 0.22.0
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.21.0...v0.22.0 Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.22.0
This commit is contained in:
parent
bcd27e495e
commit
dffa8dfca0
596
pkgs/development/tools/rust/cargo-shuttle/Cargo.lock
generated
596
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.21.0";
|
||||
version = "0.22.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shuttle-hq";
|
||||
repo = "shuttle";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-tmFj1hqsAWeWOCmw1rELveK57uxMtCEkZygRjGm54IY=";
|
||||
hash = "sha256-mHmeNKr9Q/wIHO2G8xVOJTSr5myIzhXWl6R+SLEbDN8=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
Loading…
Reference in New Issue
Block a user