Skip to content

Commit

Permalink
fix(deps): update rust crate strum to 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent 17254ed commit 5261686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attractors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
js-sys = "0.3.69"
rand = "0.8.5"
getrandom = { version = "0.2", features = ["js"] }
strum = { version = "0.26.1", features = ["derive", "strum_macros"] }
strum = { version = "0.26.2", features = ["derive", "strum_macros"] }

[dev-dependencies]
# wasm-bindgen-test = "0.3.41"
Expand Down

0 comments on commit 5261686

Please sign in to comment.