Skip to content

Commit

Permalink
Try to fix MSRV build, fourth try
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Jun 15, 2023
1 parent 879ea9c commit 76aa15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ float-ord = "0.3"
easy-cast = { version = "0.5", default-features = false, optional = true }
serde_derive = { version = "1", optional = true }
serde-big-array = { version = "0.5", optional = true }
rayon = { version = "1.3", optional = true }
rayon = { version = "=1.6", optional = true }

[dependencies.serde]
version = "1"
Expand Down

0 comments on commit 76aa15d

Please sign in to comment.