diff --git a/Cargo.toml b/Cargo.toml index 11c13697..c2e9fca6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "insta" -version = "0.14.0" +version = "0.15.0" license = "Apache-2.0" authors = ["Armin Ronacher "] description = "A snapshot testing library for Rust" diff --git a/cargo-insta/Cargo.toml b/cargo-insta/Cargo.toml index ee7aff2d..22c4fdb3 100644 --- a/cargo-insta/Cargo.toml +++ b/cargo-insta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-insta" -version = "0.14.0" +version = "0.15.0" license = "Apache-2.0" authors = ["Armin Ronacher "] description = "A review tool for the insta snapshot testing library for Rust" @@ -11,7 +11,7 @@ edition = "2018" readme = "README.md" [dependencies] -insta = { version = "0.14.0", path = "..", features = ["redactions"] } +insta = { version = "0.15.0", path = "..", features = ["redactions"] } console = "0.10.0" clap = "2.33.0" difference = "2.0.0"