Skip to content

Commit

Permalink
Change the min version of cfg-if to 0.1.10. The older ones cause comp…
Browse files Browse the repository at this point in the history
…ilation failure.
  • Loading branch information
manuthambi committed Dec 19, 2019
1 parent cb3df77 commit 0741c41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ std = [
alloc = ["crossbeam-epoch/alloc", "crossbeam-utils/alloc"]

[dependencies]
cfg-if = "0.1.2"
cfg-if = "0.1.10"

[dependencies.crossbeam-channel]
version = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-epoch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ alloc = ["crossbeam-utils/alloc"]
sanitize = [] # Makes it more likely to trigger any potential data races.

[dependencies]
cfg-if = "0.1.2"
cfg-if = "0.1.10"
memoffset = "0.5"

[dependencies.crossbeam-utils]
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-skiplist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ std = ["crossbeam-epoch/std", "crossbeam-utils/std"]
alloc = ["crossbeam-epoch/alloc", "crossbeam-utils/alloc"]

[dependencies]
cfg-if = "0.1.2"
cfg-if = "0.1.10"

[dependencies.crossbeam-epoch]
version = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ std = ["lazy_static"]
alloc = []

[dependencies]
cfg-if = "0.1.2"
cfg-if = "0.1.10"
lazy_static = { version = "1.1.0", optional = true }

[build-dependencies]
Expand Down

0 comments on commit 0741c41

Please sign in to comment.