Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loosen the
regex
dependency (vulkano-rs#2152)
Forcing usage of 1.7 is not a requierement as far as I can tell (sadly, `regex` release are not documented, at least I did not find the changelog). By downgarding, we reduce potential conflicts when importing other libraries (`prost` and `slog` where conflicting in my case).
- Loading branch information