Skip to content

Commit

Permalink
Bump version to 1.42.0 (mitsuhiko#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jan 5, 2025
1 parent aca7fe4 commit c20f566
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-insta"
version = "1.41.1"
version = "1.42.0"
license = "Apache-2.0"
authors = ["Armin Ronacher <[email protected]>"]
description = "A review tool for the insta snapshot testing library for Rust"
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
rust-version = "1.65.0"

[dependencies]
insta = { version = "=1.41.1", path = "../insta", features = [
insta = { version = "=1.42.0", path = "../insta", features = [
"json",
"yaml",
"redactions",
Expand Down
2 changes: 1 addition & 1 deletion insta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "insta"
version = "1.41.1"
version = "1.42.0"
license = "Apache-2.0"
authors = ["Armin Ronacher <[email protected]>"]
description = "A snapshot testing library for Rust"
Expand Down

0 comments on commit c20f566

Please sign in to comment.