Skip to content

Commit 83f3365

Browse files
committed
1.40.0
1 parent 8893db7 commit 83f3365

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-insta/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-insta"
3-
version = "1.39.0"
3+
version = "1.40.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.64.0"
1515

1616
[dependencies]
17-
insta = { version = "=1.39.0", path = "../insta", features = ["json", "yaml", "redactions", "_cargo_insta_internal"] }
17+
insta = { version = "=1.40.0", path = "../insta", features = ["json", "yaml", "redactions", "_cargo_insta_internal"] }
1818
cargo_metadata = { version = "0.18.0", default-features = false }
1919
console = "0.15.4"
2020
serde = { version = "1.0.117", features = ["derive"] }

insta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "insta"
3-
version = "1.39.0"
3+
version = "1.40.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)