Skip to content

Commit

Permalink
Try to fix MSRV build, fifth try
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Jun 16, 2023
1 parent 76aa15d commit e687eb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ 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.6", optional = true }
rayon-core = { version = "=1.10", optional = true}

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

0 comments on commit e687eb7

Please sign in to comment.