Skip to content

Commit 34196da

Browse files
authored
bump version to 1.43.0 (#763)
1 parent fd8ec9f commit 34196da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-insta/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-insta"
3-
version = "1.42.2"
3+
version = "1.43.0"
44
license = "Apache-2.0"
55
authors = ["Armin Ronacher <[email protected]>"]
66
description = "A review tool for the insta snapshot testing library for Rust"
@@ -14,7 +14,7 @@ readme = "README.md"
1414
rust-version = "1.65.0"
1515

1616
[dependencies]
17-
insta = { version = "=1.42.2", path = "../insta", features = [
17+
insta = { version = "=1.43.0", path = "../insta", features = [
1818
"json",
1919
"yaml",
2020
"redactions",

insta/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "insta"
3-
version = "1.42.2"
3+
version = "1.43.0"
44
license = "Apache-2.0"
55
authors = ["Armin Ronacher <[email protected]>"]
66
description = "A snapshot testing library for Rust"

0 commit comments

Comments
 (0)