We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6432094 commit aa2b5c9Copy full SHA for aa2b5c9
1 file changed
Cargo.toml
@@ -188,7 +188,7 @@ shell-words = "1"
188
smallvec = "1.14"
189
spirv = { version = "0.3", git = "https://github.com/gfx-rs/rspirv", rev = "89ce4d0e64c91b0635f617409dc57cb031749a39" }
190
static_assertions = "1.1"
191
-strum = { version = "0.27.1", default-features = false, features = ["derive"] }
+strum = { version = "0.28.0", default-features = false, features = ["derive"] }
192
syn = "2.0.98"
193
tempfile = "3"
194
toml = "1.0.0"
0 commit comments