Skip to content

Commit

Permalink
Upgrade to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Jan 11, 2019
1 parent 4736238 commit 09b0acb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion serial_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "serial_test"
description = "Helper crate for serial_test_derive"
license = "MIT"
version = "0.1.0"
version = "0.2.0"
authors = ["Tom Parker-Shemilt <palfrey@tevp.net>"]
edition = "2018"
repository = "https://github.com/palfrey/serial_test/"
Expand Down
2 changes: 1 addition & 1 deletion serial_test_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "serial_test_derive"
description = "Allows for the creation of serialised Rust tests"
license = "MIT"
version = "0.1.0"
version = "0.2.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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "serial_test_test"
description = "External testing crate for serial_test_derive"
license = "MIT"
version = "0.1.0"
version = "0.2.0"
authors = ["Tom Parker-Shemilt <palfrey@tevp.net>"]
edition = "2018"

Expand Down

0 comments on commit 09b0acb

Please sign in to comment.