Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jul 19, 2019
1 parent aef5207 commit 9373b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo-insta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-insta"
version = "0.8.1"
version = "0.8.2"
license = "Apache-2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "A review tool for the insta snapshot testing library for Rust"
Expand All @@ -11,7 +11,7 @@ edition = "2018"
readme = "README.md"

[dependencies]
insta = { version = "0.8.1", path = ".." }
insta = { version = "0.8.2", path = ".." }
console = "0.7.5"
clap = "2.32.0"
difference = "2.0.0"
Expand Down

0 comments on commit 9373b26

Please sign in to comment.