Skip to content

Commit 0cd4b59

Browse files
Update strum_macros requirement from 0.25 to 0.26 (#30)
1 parent 33979e9 commit 0cd4b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ anyhow = { version = "1.0.72", default-features = false }
2020
log = "0.4.20"
2121
tracing = { version = "0.1.27", optional = true }
2222
strum = {version = "0.25", default-features = false, features = ["derive"]}
23-
strum_macros = {version = "0.25", features =[]}
23+
strum_macros = {version = "0.26", features =[]}
2424

2525
[features]
2626
default = ["tracing"]

0 commit comments

Comments
 (0)