summaryrefslogtreecommitdiff
path: root/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* update dependencies ∴ version 0.1.1pennae2023-10-151-1/+1
|
* update dependenciespennae2023-02-041-0/+3
| | | | | | a few were vulnerable according to cargo-audit, but none of it would've mattered for us (probably). time is still vulnerable, but that really doesn't matter.
* update, checkInputs -> nativeCheckInputspennae2023-02-041-12/+12
| | | | | | update flake locks, which also changes how check dependencies are used. none of these actually run on the target arch, only the host, so they all have to be native now.
* allow integration tests to run in parallelpennae2022-07-141-4/+0
| | | | | this doesn't do much for performance, but it does allow running the tests with a simple `cargo t`.
* initial importpennae2022-07-131-0/+54