diff --git a/rstest/Cargo.toml b/rstest/Cargo.toml index e349adf6..c47f4920 100644 --- a/rstest/Cargo.toml +++ b/rstest/Cargo.toml @@ -35,7 +35,7 @@ async-std = { version = "1.12.0", features = ["attributes"] } lazy_static = "1.4.0" mytest = { package = "rstest", version = "0.18.1", default-features = false } pretty_assertions = "1.2.1" -rstest_reuse = { version = "0.5.0", path = "../rstest_reuse" } +rstest_reuse = { version = "0.6.0", path = "../rstest_reuse" } rstest_test = { version = "0.11.0", path = "../rstest_test" } temp_testdir = "0.2.3" tokio = { version = "1.19.2", features = ["rt", "macros"] } diff --git a/rstest_macros/Cargo.toml b/rstest_macros/Cargo.toml index a5055a34..774333f6 100644 --- a/rstest_macros/Cargo.toml +++ b/rstest_macros/Cargo.toml @@ -42,7 +42,7 @@ async-std = { version = "1.12.0", features = ["attributes"] } maplit = "1.0.2" pretty_assertions = "1.2.1" rstest = { version = "0.18.1", default-features = false } -rstest_reuse = { version = "0.5.0", path = "../rstest_reuse" } +rstest_reuse = { version = "0.6.0", path = "../rstest_reuse" } rstest_test = { version = "0.11.0", path = "../rstest_test" } [build-dependencies] diff --git a/rstest_reuse/Cargo.toml b/rstest_reuse/Cargo.toml index 81ee79a4..19185b20 100644 --- a/rstest_reuse/Cargo.toml +++ b/rstest_reuse/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT/Apache-2.0" name = "rstest_reuse" readme = "README.md" repository = "https://github.com/la10736/rstest" -version = "0.5.0" +version = "0.6.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html