specify dependencies to minor version
Some checks are pending
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run

This commit is contained in:
Josh Thomas 2024-12-13 07:18:08 -06:00
parent 134f3fea54
commit d1cc9f7ca0
5 changed files with 12 additions and 12 deletions

View file

@ -8,7 +8,7 @@ serde = { workspace = true }
thiserror = { workspace = true }
[dev-dependencies]
insta = { version = "1.41.1", features = ["yaml"] }
insta = { version = "1.41", features = ["yaml"] }
[profile.dev.package]
insta.opt-level = 3