Skip to content

Commit c79cbcc

Browse files
committed
strum version
1 parent deee1d0 commit c79cbcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ mpi = { version = "0.8.*", optional = true }
2828
num = "0.4"
2929
rlst = { git = "https://github.com/linalg-rs/rlst.git", default-features = false }
3030
serde = { version = "1", features = ["derive"], optional = true }
31-
strum = "0.26"
32-
strum_macros = "0.26"
31+
strum = "0.27"
32+
strum_macros = "0.27"
3333
c-api-tools = { version = "0.1.0" }
3434

3535
[dev-dependencies]

0 commit comments

Comments
 (0)