mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
Use regex 1.8 as minimum (#2291)
This commit is contained in:
parent
db3df4e55f
commit
2d391f3760
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user