Skip to content

Commit

Permalink
Merge pull request #41 from asomers/rstest-0.16.0
Browse files Browse the repository at this point in the history
Update rstest to 0.16.0
  • Loading branch information
asomers authored Feb 10, 2023
2 parents 107de59 + 3377576 commit b706393
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ setup: &SETUP
task:
name: FreeBSD 13.1 MSRV
env:
VERSION: 1.58.0
VERSION: 1.61.0
<< : *SETUP
test_script:
- . $HOME/.cargo/env
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
- Updated Nix to 0.26.1.
(#[38](https://github.com/asomers/tokio-file/pull/38))

- Raised MSRV to 1.58.0
(#[40](https://github.com/asomers/tokio-file/pull/40))
- Raised MSRV to 1.61.0
(#[41](https://github.com/asomers/tokio-file/pull/41))

### Removed

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mio-aio = { git = "http://github.com/asomers/mio-aio", rev = "69974fb", features
tokio = { version = "1.17.0", features = [ "net" ] }

[dev-dependencies]
rstest = "0.11.0"
rstest = "0.16.0"
getopts = "0.2.18"
nix = { version = "0.26.1", default-features = false, features = ["aio", "feature", "ioctl", "user"] }
sysctl = "0.1"
Expand Down

0 comments on commit b706393

Please sign in to comment.