Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ nix = { version = "0.30.1", default-features = false, features = ["signal"] }
num_threads = "0.1.7"
owo-colors = "4.2.3"
pathdiff = { version = "0.2.3", features = ["camino"] }
petgraph = "0.8.3"
pin-project-lite = "0.2.16"
pretty_assertions = "1.4.1"
proptest = "1.9.0"
Expand Down
1 change: 1 addition & 0 deletions nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ nextest-metadata.workspace = true
nextest-workspace-hack.workspace = true
owo-colors.workspace = true
pin-project-lite.workspace = true
petgraph.workspace = true
quick-junit.workspace = true
rand.workspace = true
regex.workspace = true
Expand Down
Loading
Loading