Merge pull request #294987 from GaetanLepage/rye

rye: 0.28.0 -> 0.29.0
This commit is contained in:
Nick Cao
2024-03-11 11:37:20 -04:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1795,7 +1795,7 @@ dependencies = [
[[package]]
name = "rye"
version = "0.28.0"
version = "0.29.0"
dependencies = [
"age",
"anyhow",
+2 -2
View File
@@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.28.0";
version = "0.29.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-i40VpPDK991mgBdGtufMFXuQuKuvqr0qIvl7q2KXQrg=";
hash = "sha256-rNXzhJazOi815dhqviqtfSTM60Y/5ncKBVn2YhqcKJM=";
};
cargoLock = {