Skip to content

Commit

Permalink
bump pretty_assertions dep
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed Oct 6, 2021
1 parent 6f44db4 commit f219de0
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 @@ -42,7 +42,7 @@ getrandom = { version = "0.2.3", features = ["js"] }

[dev-dependencies]
indoc = "1.0.3"
pretty_assertions = "0.7.2"
pretty_assertions = "1.0.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
crossterm = { version = "0.21.0", optional = true }
Expand Down

0 comments on commit f219de0

Please sign in to comment.