Skip to content

Commit

Permalink
Loosen the regex dependency (vulkano-rs#2152)
Browse files Browse the repository at this point in the history
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
maoueh authored and hakolao committed Feb 20, 2024
1 parent 77e2803 commit c29e78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkano/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ indexmap = "1.8"
once_cell = "1.16"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.7"
regex = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
vk-parse = "0.8"
Expand Down

0 comments on commit c29e78b

Please # to comment.