Run cargo check to pick up bitflags 2.3.2 (#3929)

It annoyingly gets added in all pull requests as soon as anyone builds or has rustanalyzer running.
This commit is contained in:
Nicolas Silva 2023-07-14 10:08:40 +02:00 committed by GitHub
parent 2af6d1bc63
commit fe9aa681fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Cargo.lock generated
View File

@ -1465,7 +1465,7 @@ name = "metal"
version = "0.25.0"
source = "git+https://github.com/gfx-rs/metal-rs.git?rev=a6a0446#a6a04463db388e8fd3e99095ab4fbb87cbe9d69c"
dependencies = [
"bitflags 2.3.1",
"bitflags 2.3.2",
"block",
"core-graphics-types",
"foreign-types 0.5.0",