cargo-shuttle: 0.17.0 -> 0.18.0
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.17.0...v0.18.0 Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.18.0
This commit is contained in:
parent
40fbe215ac
commit
573b91a20d
1461
pkgs/development/tools/rust/cargo-shuttle/Cargo.lock
generated
1461
pkgs/development/tools/rust/cargo-shuttle/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -12,13 +12,13 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cargo-shuttle";
|
||||
version = "0.17.0";
|
||||
version = "0.18.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shuttle-hq";
|
||||
repo = "shuttle";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-w2PkrkHMthGRqWW8PQIoRY41S3qPib5JDKDV6I6ESAw=";
|
||||
hash = "sha256-8i7iYJ9j3NP7otA6d0ow9S6aV2TGxKtYlGS0FXTXUbM=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
@ -51,11 +51,6 @@ rustPlatform.buildRustPackage rec {
|
||||
"init::shuttle_init_tests::"
|
||||
];
|
||||
|
||||
# Cargo.lock is outdated
|
||||
preConfigure = ''
|
||||
cargo metadata --offline
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "A cargo command for the shuttle platform";
|
||||
homepage = "https://shuttle.rs";
|
||||
|
Loading…
Reference in New Issue
Block a user