Skip to content

Commit

Permalink
Up MSRV to 1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Mar 27, 2022
1 parent 70669e4 commit 81ccb30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- stable
- beta
- nightly
- 1.49.0
- 1.51.0
features:
- default
- file_locks
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Docs](https://docs.rs/serial_test/badge.svg)](https://docs.rs/serial_test/)
[![MIT license](https://img.shields.io/crates/l/serial_test.svg)](./LICENSE)
[![Build Status](https://github.com/palfrey/serial_test/workflows/Continuous%20integration/badge.svg?branch=main)](https://github.com/palfrey/serial_test/actions)
[![MSRV: 1.49.0](https://flat.badgen.net/badge/MSRV/1.49.0/purple)](https://blog.rust-lang.org/2020/12/31/Rust-1.49.0.html)
[![MSRV: 1.51.0](https://flat.badgen.net/badge/MSRV/1.51.0/purple)](https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html)

`serial_test` allows for the creation of serialised Rust tests using the `serial` attribute
e.g.
Expand Down Expand Up @@ -37,7 +37,7 @@ similar properties but based off file locking. Note that there are no guarantees
`file_serial` as they lock using different methods.

## Usage
We require at least Rust 1.49. Upgrades to this will require at least a minor version bump (while in 0.x versions) and a major version bump post-1.0.
We require at least Rust 1.51. Upgrades to this will require at least a minor version bump (while in 0.x versions) and a major version bump post-1.0.

Add to your Cargo.toml
```toml
Expand Down

0 comments on commit 81ccb30

Please sign in to comment.