rye: 0.38.0 -> 0.39.0
Diff: https://github.com/mitsuhiko/rye/compare/refs/tags/0.38.0...0.39.0 Changelog: https://github.com/mitsuhiko/rye/releases/tag/0.39.0
This commit is contained in:
Generated
+284
-232
File diff suppressed because it is too large
Load Diff
@@ -15,13 +15,13 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "rye";
|
||||
version = "0.38.0";
|
||||
version = "0.39.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mitsuhiko";
|
||||
repo = "rye";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-mTVpNyFEovaOdOBTcASSRejKfSs50cqpDuStDAkcdkQ=";
|
||||
hash = "sha256-qDXD5vNoIppe1EWKxr1tssgAelEKoMdZ/y7Dq979PwI=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
||||
Reference in New Issue
Block a user