Merge pull request #298022 from GaetanLepage/rye

rye: 0.30.0 -> 0.31.0
This commit is contained in:
Nick Cao
2024-03-22 09:57:58 -04:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1801,7 +1801,7 @@ dependencies = [
[[package]]
name = "rye"
version = "0.30.0"
version = "0.31.0"
dependencies = [
"age",
"anyhow",
+3 -2
View File
@@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.30.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-a4u8dBqp9zs4RW7tXN8HjGzvjYFyDUJzEFMxMoGhu4E=";
hash = "sha256-hPfMKp5FUbIKKKFfoS/pxseWmhqW8UOts7DOcRzgHWU=";
};
cargoLock = {
@@ -74,6 +74,7 @@ rustPlatform.buildRustPackage rec {
"--skip=test_init_lib"
"--skip=test_init_script"
"--skip=test_lint_and_format"
"--skip=test_publish_outside_project"
"--skip=test_version"
];