diff --git a/cargo-insta/Cargo.toml b/cargo-insta/Cargo.toml index e565875a..f2d61b15 100644 --- a/cargo-insta/Cargo.toml +++ b/cargo-insta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-insta" -version = "1.37.0" +version = "1.38.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.37.0", path = "../insta", features = ["json", "yaml", "redactions", "_cargo_insta_internal"] } +insta = { version = "=1.38.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 042e5762..3ba0c04d 100644 --- a/insta/Cargo.toml +++ b/insta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "insta" -version = "1.37.0" +version = "1.38.0" license = "Apache-2.0" authors = ["Armin Ronacher "] description = "A snapshot testing library for Rust"