Unverified Commit c1897bce authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

rye: 0.40.0 -> 0.41.0 (#345351)

parents 796699f2 d2bdabd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1819,7 +1819,7 @@ dependencies = [

[[package]]
name = "rye"
version = "0.40.0"
version = "0.41.0"
dependencies = [
 "age",
 "anyhow",
+4 −2
Original line number Diff line number Diff line
@@ -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"
  ];