Skip to content

Commit 8174916

Browse files
Update Rust crate strum to 0.27.0 (#16064)
1 parent b3ea17f commit 8174916

2 files changed

Lines changed: 25 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ snapbox = { version = "0.6.0", features = [
143143
"examples",
144144
] }
145145
static_assertions = "1.1.0"
146-
strum = { version = "0.26.0", features = ["strum_macros"] }
146+
strum = { version = "0.27.0", features = ["strum_macros"] }
147147
strum_macros = { version = "0.26.0" }
148148
syn = { version = "2.0.55" }
149149
tempfile = { version = "3.9.0" }

0 commit comments

Comments
 (0)