Skip to content

Commit b39310b

Browse files
committed
3.1.1
1 parent bf32228 commit b39310b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

serial_test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "serial_test"
33
description = "Allows for the creation of serialised Rust tests"
44
license = "MIT"
5-
version = "3.1.0"
5+
version = "3.1.1"
66
authors = ["Tom Parker-Shemilt <[email protected]>"]
77
edition = "2018"
88
repository = "https://github.com/palfrey/serial_test/"
@@ -13,7 +13,7 @@ keywords = ["sequential", "testing", "parallel"]
1313
[dependencies]
1414
once_cell = "^1.19"
1515
parking_lot = "^0.12"
16-
serial_test_derive = { version = "~3.1.0", path = "../serial_test_derive" }
16+
serial_test_derive = { version = "~3.1.1", path = "../serial_test_derive" }
1717
fslock = { version = "0.2", optional = true }
1818
document-features = { version = "0.2", optional = true }
1919
log = { version = "0.4", optional = true }

serial_test_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "serial_test_derive"
33
description = "Helper crate for serial_test"
44
license = "MIT"
5-
version = "3.1.0"
5+
version = "3.1.1"
66
authors = ["Tom Parker-Shemilt <[email protected]>"]
77
edition = "2018"
88
readme = "README.md"

serial_test_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "serial_test_test"
33
description = "External testing crate for serial_test"
44
license = "MIT"
5-
version = "3.1.0"
5+
version = "3.1.1"
66
authors = ["Tom Parker-Shemilt <[email protected]>"]
77
edition = "2018"
88
rust-version = "1.68.2"

0 commit comments

Comments
 (0)