Skip to content

Commit

Permalink
Note why we can't upgrade parking_lot
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Feb 20, 2022
1 parent a8b24bd commit 998fa3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![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.39.0](https://flat.badgen.net/badge/MSRV/1.39.0/purple)](https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html)
[![dependency status](https://deps.rs/repo/github/palfrey/serial_test/status.svg)](https://deps.rs/repo/github/palfrey/serial_test)

`serial_test` allows for the creation of serialised Rust tests using the `serial` attribute
e.g.
Expand Down
2 changes: 1 addition & 1 deletion serial_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["sequential"]

[dependencies]
lazy_static = "1.2"
parking_lot = ">= 0.10, < 0.12"
parking_lot = ">= 0.10, < 0.12" # Can't upgrade or we break 1.39
serial_test_derive = { version = "~0.5.1", path = "../serial_test_derive" }
fslock = {version = "0.2", optional = true}
document-features = {version = "0.2", optional=true}
Expand Down

0 comments on commit 998fa3c

Please sign in to comment.