Skip to content

Commit

Permalink
chore: Prepare 24.7.1 release (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog authored Jul 25, 2024
2 parents c1a19f3 + f4e586e commit 2de1a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-mutants"
version = "24.7.0"
version = "24.7.1"
edition = "2021"
authors = ["Martin Pool"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cargo-mutants changelog

## Unreleased
## 24.7.1

- Changed: No build timeouts by default. Previously, cargo-mutants set a default build timeout based on the baseline build, but experience showed that this would sometimes make builds flaky, because build times can be quite variable. If mutants cause builds to hang, then you can still set a timeout using `--build-timeout` or `--build-timeout-multiplier`.

Expand Down

0 comments on commit 2de1a92

Please sign in to comment.