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
commit c4df2f0397
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -1801,7 +1801,7 @@ dependencies = [
[[package]]
name = "rye"
version = "0.30.0"
version = "0.31.0"
dependencies = [
"age",
"anyhow",

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"
];