Skip to content

Commit

Permalink
Released rstest_reuse
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed May 2, 2021
1 parent 9318cc7 commit 2f9a1cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async-std = {version = "1.9.0", features = ["attributes"]}
lazy_static = "1.4.0"
mytest = {package = "rstest", version = "0.9.0"}
pretty_assertions = "0.7.2"
rstest_reuse = "0.1.2"
rstest_reuse = "0.1.3"
rstest_test = "0.2.0"
temp_testdir = "0.2.3"
unindent = "0.1.7"
Expand Down
4 changes: 2 additions & 2 deletions 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.1.3"
version = "0.1.4"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -21,7 +21,7 @@ proc-macro = true

[dependencies]
quote = "1.0.9"
syn = { version = "1.0.71", features = ["full"] }
syn = {version = "1.0.71", features = ["full"]}

[dev-dependencies]
lazy_static = "1.4.0"
Expand Down

0 comments on commit 2f9a1cf

Please sign in to comment.