diff --git a/wgpu-types/Cargo.toml b/wgpu-types/Cargo.toml index 921f31959..3aaadb9db 100644 --- a/wgpu-types/Cargo.toml +++ b/wgpu-types/Cargo.toml @@ -49,7 +49,7 @@ trace = ["std"] web = ["dep:js-sys", "dep:web-sys"] [dependencies] -bitflags = { workspace = true, features = ["serde"] } +bitflags.workspace = true bytemuck = { workspace = true, features = ["derive"] } log.workspace = true thiserror = { workspace = true, optional = true }