Skip to content

Commit

Permalink
feat: Cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Jun 24, 2024
1 parent b1951be commit 0490662
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 62 deletions.
132 changes: 73 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@
});
};

devShells.default =
(craneLib.overrideToolchain stableToolchainWithRustAnalyzer).devShell commonArgs
devShells.default = (craneLib.overrideToolchain stableToolchainWithRustAnalyzer).devShell (commonArgs
// {
buildInputs = [];
nativeBuildInputs = [];
packages = with pkgs; [
cargo-nextest
cargo-criterion
cargo-outdated
];
};
});
}
);
}

0 comments on commit 0490662

Please sign in to comment.