Skip to content

Commit 50fb44d

Browse files
committed
Update strum and strum_macros to 0.27
So downstream consumers can use the latest version.
1 parent d8643a7 commit 50fb44d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ log="0.4.8"
4242
sysctl = ">=0.5.4, < 0.7"
4343
nix = { version = ">=0.28.0, < 0.31", default-features = false, features = ["socket"] }
4444
rctl = "0.3.0"
45-
strum_macros = "0.26.0"
45+
strum = "0.27.0"
46+
strum_macros = "0.27.0"
4647
serde = { version="1.0.113", features = ["derive"], optional=true}
4748
serde_json = { version="1.0", optional=true }
4849
thiserror = "1.0.32"

0 commit comments

Comments
 (0)