Commit 13986eac authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent fc405ec2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1795,7 +1795,7 @@ dependencies = [

[[package]]
name = "rye"
version = "0.28.0"
version = "0.29.0"
dependencies = [
 "age",
 "anyhow",
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

rustPlatform.buildRustPackage rec {
  pname = "rye";
  version = "0.28.0";
  version = "0.29.0";

  src = fetchFromGitHub {
    owner = "mitsuhiko";
    repo = "rye";
    rev = "refs/tags/${version}";
    hash = "sha256-i40VpPDK991mgBdGtufMFXuQuKuvqr0qIvl7q2KXQrg=";
    hash = "sha256-rNXzhJazOi815dhqviqtfSTM60Y/5ncKBVn2YhqcKJM=";
  };

  cargoLock = {