Skip to content

Commit

Permalink
Publish rstest_reuse 0.6.0 rstest_reuse that use
Browse files Browse the repository at this point in the history
`syn` 2.0
  • Loading branch information
la10736 committed Jul 6, 2023
1 parent 644ff1e commit 32b2e13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rstest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion rstest_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion rstest_reuse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 32b2e13

Please sign in to comment.