rye: 0.30.0 -> 0.31.0
Diff: https://github.com/mitsuhiko/rye/compare/refs/tags/0.30.0...0.31.0 Changelog: https://github.com/mitsuhiko/rye/releases/tag/0.31.0
This commit is contained in:
parent
c202ecedab
commit
2b43d370b4
2 changed files with 4 additions and 3 deletions
2
pkgs/development/tools/rye/Cargo.lock
generated
2
pkgs/development/tools/rye/Cargo.lock
generated
|
@ -1801,7 +1801,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rye"
|
||||
version = "0.30.0"
|
||||
version = "0.31.0"
|
||||
dependencies = [
|
||||
"age",
|
||||
"anyhow",
|
||||
|
|
|
@ -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"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue