Skip to content

Commit

Permalink
Use regex 1.8 as minimum (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored Aug 16, 2023
1 parent db3df4e commit 2d391f3
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 @@ -41,7 +41,7 @@ indexmap = "2.0"
once_cell = "1.16"
proc-macro2 = "1.0"
quote = "1.0"
regex = "1.0"
regex = "1.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
vk-parse = "0.12"
Expand Down

0 comments on commit 2d391f3

Please # to comment.