rye: 0.40.0 -> 0.41.0 (#345351)

This commit is contained in:
Pol Dellaiera
2024-09-29 22:39:11 +02:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1819,7 +1819,7 @@ dependencies = [
[[package]]
name = "rye"
version = "0.40.0"
version = "0.41.0"
dependencies = [
"age",
"anyhow",
+4 -2
View File
@@ -20,13 +20,13 @@
rustPlatform.buildRustPackage rec {
pname = "rye";
version = "0.40.0";
version = "0.41.0";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "rye";
rev = "refs/tags/${version}";
hash = "sha256-EfmHCjDwpnxkKCxX1clFp1HxzlnJYkWscLMPonhOXOA=";
hash = "sha256-JpCa+7SwShfVM4Z+uPo7W2bCEf1QYHxClE/LgGSyFY0=";
};
cargoLock = {
@@ -87,12 +87,14 @@ rustPlatform.buildRustPackage rec {
"--skip=test_empty_sync"
"--skip=test_exclude_hashes"
"--skip=test_fetch"
"--skip=test_generate_hashes"
"--skip=test_init_default"
"--skip=test_init_lib"
"--skip=test_init_script"
"--skip=test_lint_and_format"
"--skip=test_list_never_overwrite"
"--skip=test_list_not_rye_managed"
"--skip=test_lockfile"
"--skip=test_publish_outside_project"
"--skip=test_version"
];