Skip to content

Commit b84002f

Browse files
authored
Merge pull request #103 from mkantor/explicitly-use-insta-yaml-feature
Explicitly require the "yaml" feature of insta.
2 parents 73be851 + cb1c91c commit b84002f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ walkdir = "2.3.2"
4949
[dev-dependencies]
5050
criterion = "0.3.6"
5151
env_logger = "0.9.0"
52-
insta = "1.18.2"
52+
insta = { version = "1.18.2", features = ["yaml"] }
5353
lazy_static = "1.4.0"
5454
maplit = "1.0.2"
5555
regex = "1.6.0"

0 commit comments

Comments
 (0)