Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Jan 17, 2023
1 parent 13c3d61 commit 47d09d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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 README.md
Expand Up @@ -34,7 +34,7 @@ similar properties but based off file locking. Note that there are no guarantees
`file_serial` as they lock using different methods, and `parallel` doesn't support `file_serial` yet (patches welcomed!).

## Usage
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.
We require at least Rust 1.51. Upgrades to this will require at a major version bump.

Add to your Cargo.toml
```toml
Expand Down
4 changes: 2 additions & 2 deletions serial_test/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "serial_test"
description = "Allows for the creation of serialised Rust tests"
license = "MIT"
version = "0.10.0"
version = "1.0.0"
authors = ["Tom Parker-Shemilt <palfrey@tevp.net>"]
edition = "2018"
repository = "https://github.com/palfrey/serial_test/"
Expand All @@ -13,7 +13,7 @@ keywords = ["sequential"]
[dependencies]
lazy_static = "1.2"
parking_lot = "^0.12"
serial_test_derive = { version = "~0.10.0", path = "../serial_test_derive" }
serial_test_derive = { version = "~1.0.0", path = "../serial_test_derive" }
fslock = { version = "0.2", optional = true }
document-features = { version = "0.2", optional = true }
log = { version = "0.4", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion serial_test_derive/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "serial_test_derive"
description = "Helper crate for serial_test"
license = "MIT"
version = "0.10.0"
version = "1.0.0"
authors = ["Tom Parker-Shemilt <palfrey@tevp.net>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion serial_test_test/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "serial_test_test"
description = "External testing crate for serial_test"
license = "MIT"
version = "0.10.0"
version = "1.0.0"
authors = ["Tom Parker-Shemilt <palfrey@tevp.net>"]
edition = "2018"

Expand Down

0 comments on commit 47d09d0

Please sign in to comment.