Skip to content

Commit

Permalink
1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Dec 3, 2022
1 parent 3a01efd commit f2469bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "insta"
version = "1.21.2"
version = "1.22.0"
license = "Apache-2.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "A snapshot testing library for Rust"
Expand Down
4 changes: 2 additions & 2 deletions cargo-insta/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-insta/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-insta"
version = "1.21.2"
version = "1.22.0"
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 @@ -12,7 +12,7 @@ edition = "2018"
readme = "README.md"

[dependencies]
insta = { version = "=1.21.2", path = "..", features = ["json", "yaml", "redactions"] }
insta = { version = "=1.22.0", path = "..", features = ["json", "yaml", "redactions"] }
console = "0.15.1"
structopt = { version = "0.3.26", default-features = false }
serde = { version = "1.0.117", features = ["derive"] }
Expand Down

0 comments on commit f2469bf

Please sign in to comment.