diff --git a/cargo-insta/Cargo.toml b/cargo-insta/Cargo.toml index f2d61b15..5ffa1f67 100644 --- a/cargo-insta/Cargo.toml +++ b/cargo-insta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-insta" -version = "1.38.0" +version = "1.39.0" license = "Apache-2.0" authors = ["Armin Ronacher "] description = "A review tool for the insta snapshot testing library for Rust" @@ -13,7 +13,7 @@ edition = "2018" readme = "README.md" [dependencies] -insta = { version = "=1.38.0", path = "../insta", features = ["json", "yaml", "redactions", "_cargo_insta_internal"] } +insta = { version = "=1.39.0", path = "../insta", features = ["json", "yaml", "redactions", "_cargo_insta_internal"] } cargo_metadata = { version = "0.18.0", default-features = false } console = "0.15.4" structopt = { version = "0.3.26", default-features = false } diff --git a/insta/Cargo.toml b/insta/Cargo.toml index 3ba0c04d..29372a09 100644 --- a/insta/Cargo.toml +++ b/insta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "insta" -version = "1.38.0" +version = "1.39.0" license = "Apache-2.0" authors = ["Armin Ronacher "] description = "A snapshot testing library for Rust"