Skip to content

Commit

Permalink
Merge pull request #103 from mkantor/explicitly-use-insta-yaml-feature
Browse files Browse the repository at this point in the history
Explicitly require the "yaml" feature of insta.
  • Loading branch information
mkantor authored Aug 20, 2022
2 parents 73be851 + cb1c91c commit b84002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ walkdir = "2.3.2"
[dev-dependencies]
criterion = "0.3.6"
env_logger = "0.9.0"
insta = "1.18.2"
insta = { version = "1.18.2", features = ["yaml"] }
lazy_static = "1.4.0"
maplit = "1.0.2"
regex = "1.6.0"
Expand Down

0 comments on commit b84002f

Please sign in to comment.