Skip to content

Commit

Permalink
chore(deps): update rust crate rstest to 0.14.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 22, 2022
1 parent d59dc5d commit 30941ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ anyhow = { version = "1.0", default-features = false, optional = true }

[dev-dependencies]
bevy = { version = "0.7.0", default-features = false, features = ["render", "x11", "png"] }
rstest = { version = "0.13.0", default-features = false }
rstest = { version = "0.14.0", default-features = false }
criterion = { version = "0.3.5", default-features = false }

[build-dependencies]
Expand Down

0 comments on commit 30941ff

Please sign in to comment.