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