Skip to content

Commit

Permalink
Merge pull request #253 from mbrubeck/deps
Browse files Browse the repository at this point in the history
Update to cfg-if 1.0
  • Loading branch information
Amanieu authored Oct 12, 2020
2 parents 5ac2971 + bb0bfb3 commit ab3718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["concurrency"]
edition = "2018"

[dependencies]
cfg-if = "0.1.10"
cfg-if = "1.0.0"
smallvec = "1.4.0"
petgraph = { version = "0.5.1", optional = true }
thread-id = { version = "3.3.0", optional = true }
Expand Down

0 comments on commit ab3718f

Please sign in to comment.