Skip to content

Commit

Permalink
x: update nextest in order to fix a performance regression
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill authored and bors-libra committed Sep 11, 2021
1 parent 68f0e98 commit 6c692ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion devtools/x/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ chrono = "0.4.19"
globset = "0.4.6"
regex = "1.4.3"
rayon = "1.5.0"
nextest-runner = { git = "https://github.com/diem/diem-devtools", rev = "1bdcf1b214119a6377fc0a8c3cf2de2ea5d8b27b" }
nextest-runner = { git = "https://github.com/diem/diem-devtools", rev = "878ad31ea3268e7496e6e2406329fbd005685a9e" }
indexmap = "1.6.2"
x-core = { path = "../x-core" }
x-lint = { path = "../x-lint" }

0 comments on commit 6c692ca

Please sign in to comment.