Skip to content

Commit ed78e6b

Browse files
author
Jon Gjengset
committed
Bump snapbox to 0.3
0.3 has a small number of [breaking changes], but makes diffs much easier to visually parse by eliding large sections of unchanged content. [breaking changes]: https://github.com/assert-rs/trycmd/blob/main/crates/snapbox/CHANGELOG.md#030---2022-08-01
1 parent 3b4df5a commit ed78e6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ features = [
9999
[dev-dependencies]
100100
cargo-test-macro = { path = "crates/cargo-test-macro" }
101101
cargo-test-support = { path = "crates/cargo-test-support" }
102-
snapbox = { version = "0.2.8", features = ["diff", "path"] }
102+
snapbox = { version = "0.3.0", features = ["diff", "path"] }
103103

104104
[build-dependencies]
105105
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }

crates/cargo-test-support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doctest = false
1111
anyhow = "1.0.34"
1212
cargo-test-macro = { path = "../cargo-test-macro" }
1313
cargo-util = { path = "../cargo-util" }
14-
snapbox = { version = "0.2.8", features = ["diff", "path"] }
14+
snapbox = { version = "0.3.0", features = ["diff", "path"] }
1515
filetime = "0.2"
1616
flate2 = { version = "1.0", default-features = false, features = ["zlib"] }
1717
git2 = "0.14.2"

0 commit comments

Comments
 (0)