Skip to content

Commit 099a95b

Browse files
chore: update min. req. for strum 0.27 → 0.27.1
1 parent 5093585 commit 099a95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ shell-words = "1"
185185
smallvec = "1.14"
186186
spirv = "0.3"
187187
static_assertions = "1.1"
188-
strum = { version = "0.27", default-features = false, features = ["derive"] }
188+
strum = { version = "0.27.1", default-features = false, features = ["derive"] }
189189
syn = "2.0.98"
190190
toml = "0.9.0"
191191
trybuild = "1"

0 commit comments

Comments
 (0)