Skip to content

Commit 029aa8b

Browse files
committed
chore(stm): add 'strum' dependency
1 parent 1abf70c commit 029aa8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-stm/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ digest = { version = "0.10.7", features = ["alloc"] }
2121
rand_core = "0.6.4"
2222
rayon = "1.10.0"
2323
serde = { version = "1.0.219", features = ["rc", "derive"] }
24+
strum = { version = "0.26.3", features = ["derive"] }
2425
thiserror = "2.0.12"
2526

2627
[target.'cfg(not(any(target_family = "wasm", windows)))'.dependencies]

0 commit comments

Comments
 (0)