Skip to content

Commit 0805344

Browse files
committed
chore: Release
1 parent 284e11d commit 0805344

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/snapbox-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snapbox-macros"
3-
version = "0.3.10"
3+
version = "0.4.0"
44
description = "Snapshot testing toolbox"
55
categories = ["development-tools::testing"]
66
keywords = ["cli", "test", "assert", "command"]

crates/snapbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ name = "snap-fixture" # For `snapbox`s tests only
6565

6666
[dependencies]
6767
normalize-line-endings = "0.3.0"
68-
snapbox-macros = { path = "../snapbox-macros", version = "0.3.10" }
68+
snapbox-macros = { path = "../snapbox-macros", version = "0.4.0" }
6969

7070
content_inspector = { version = "0.2.4", optional = true }
7171

0 commit comments

Comments
 (0)