Is there a way to use the option --unreferenced=reject without using cargo-insta? I'm in a situation where I want to use insta but not rely on cargo-insta existing when running in CI. As far as I can tell, there is no way to do this with an environment var.
Looks like the other option is using .insta.yaml (#759), but I would prefer an env var option. Is this a possibility?
Is there a way to use the option
--unreferenced=rejectwithout usingcargo-insta? I'm in a situation where I want to useinstabut not rely oncargo-instaexisting when running in CI. As far as I can tell, there is no way to do this with an environment var.Looks like the other option is using
.insta.yaml(#759), but I would prefer an env var option. Is this a possibility?