mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
fix bitflags min version
This commit is contained in:
parent
0e2bb0194b
commit
94467c770f
@ -44,7 +44,7 @@ harness = false
|
||||
|
||||
[dependencies]
|
||||
arbitrary = { version = "1.0.2", features = ["derive"], optional = true }
|
||||
bitflags = "1.0.4"
|
||||
bitflags = "1.0.5"
|
||||
bit-set = "0.5"
|
||||
termcolor = "1.0.4"
|
||||
# remove termcolor dep when updating to the next version of codespan-reporting
|
||||
|
Loading…
Reference in New Issue
Block a user