From 324cd7154a2f5e4b5198747049202f69305c2ac5 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 9 Oct 2023 23:28:48 +0200 Subject: [PATCH] 1.34.0 --- Cargo.toml | 2 +- cargo-insta/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c91d74a..b6aad861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "insta" -version = "1.33.0" +version = "1.34.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 3eff7ae4..ae38654c 100644 --- a/cargo-insta/Cargo.toml +++ b/cargo-insta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-insta" -version = "1.33.0" +version = "1.34.0" license = "Apache-2.0" authors = ["Armin Ronacher "] description = "A review tool for the insta snapshot testing library for Rust" @@ -12,7 +12,7 @@ edition = "2018" readme = "README.md" [dependencies] -insta = { version = "=1.33.0", path = "..", features = ["json", "yaml", "redactions", "_cargo_insta_internal"] } +insta = { version = "=1.34.0", path = "..", 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 }