cargo-shuttle: 0.28.0 -> 0.28.1
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.28.0...v0.28.1 Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.28.1
This commit is contained in:
+1
-1
@@ -1086,7 +1086,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-shuttle"
|
||||
version = "0.28.0"
|
||||
version = "0.28.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
||||
@@ -10,13 +10,13 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cargo-shuttle";
|
||||
version = "0.28.0";
|
||||
version = "0.28.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shuttle-hq";
|
||||
repo = "shuttle";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-iBUd42MEfDFMhHXBrgrJaihUeYTRpVt4jFQaKCKhNlc=";
|
||||
hash = "sha256-j4YFCvBvNJbzxaOwguhczWQt1CzCAMQsxZAVgJoLgUs=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
||||
Reference in New Issue
Block a user