Skip to content

Commit ff83624

Browse files
committed
1.38.0
1 parent 2e79e3d commit ff83624

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.37.0"
3+
version = "1.38.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"
@@ -13,7 +13,7 @@ edition = "2018"
1313
readme = "README.md"
1414

1515
[dependencies]
16-
insta = { version = "=1.37.0", path = "../insta", features = ["json", "yaml", "redactions", "_cargo_insta_internal"] }
16+
insta = { version = "=1.38.0", path = "../insta", features = ["json", "yaml", "redactions", "_cargo_insta_internal"] }
1717
cargo_metadata = { version = "0.18.0", default-features = false }
1818
console = "0.15.4"
1919
structopt = { version = "0.3.26", default-features = false }

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.37.0"
3+
version = "1.38.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)