Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge #345
Browse files Browse the repository at this point in the history
345: Update dev-dependency `serial_test` r=Urhengulas a=Urhengulas

Blocked on palfrey/serial_test#73 getting released in `serial_test 0.9`.

Co-authored-by: Urhengulas <johann.hemmann@code.berlin>
  • Loading branch information
bors[bot] and Urhengulas committed Aug 12, 2022
2 parents 743243c + 9afa475 commit 6eca617
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

- [#345] Update dev-dependency `serial_test`
- [#344] Replace `pub(crate)` with `pub`
- [#343] Mark `v0.3.4` as released in `CHANGELOG.md`

[#345]: https://github.com/knurling-rs/probe-run/pull/345
[#344]: https://github.com/knurling-rs/probe-run/pull/344
[#343]: https://github.com/knurling-rs/probe-run/pull/343

Expand Down
29 changes: 17 additions & 12 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 Cargo.toml
Expand Up @@ -37,4 +37,4 @@ os_pipe = "1.0"
pretty_assertions = "1"
rstest = { version = "0.15", default-features = false }
nix = "0.24"
serial_test = "0.7"
serial_test = { version = "0.9", default-features = false }

0 comments on commit 6eca617

Please sign in to comment.