borrowed line parsing

This commit is contained in:
Robin Appelman 2024-08-14 16:35:43 +02:00
commit 95e09f0e0c
12 changed files with 61 additions and 62 deletions

View file

@ -103,7 +103,7 @@
releaseMatrix = buildMatrix releaseTargets;
devShells.default = mkShell {
nativeBuildInputs = with pkgs; [msrvToolchain rustc bacon cargo-msrv cargo-insta samply];
nativeBuildInputs = with pkgs; [msrvToolchain rustc bacon cargo-msrv cargo-insta samply hyperfine];
};
}
)