Skip to content

Commit

Permalink
Merge #577
Browse files Browse the repository at this point in the history
577: Update cfg-if to 1 r=jeehoonkang a=taiki-e



Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e committed Oct 9, 2020
2 parents 2444749 + 9cbfae7 commit edc6ddd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -42,7 +42,7 @@ alloc = ["crossbeam-epoch/alloc", "crossbeam-queue/alloc"]
nightly = ["crossbeam-epoch/nightly", "crossbeam-utils/nightly", "crossbeam-queue/nightly"]

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

[dependencies.crossbeam-channel]
version = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-channel/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ default = ["std"]
std = ["crossbeam-utils/std"]

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

[dependencies.crossbeam-utils]
version = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-deque/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ default = ["std"]
std = ["crossbeam-epoch/std", "crossbeam-utils/std"]

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

[dependencies.crossbeam-epoch]
version = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-epoch/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ nightly = ["crossbeam-utils/nightly"]
sanitize = [] # Makes it more likely to trigger any potential data races.

[dependencies]
cfg-if = "0.1.10"
cfg-if = "1"
const_fn = "0.4"
memoffset = "0.5.4"

Expand Down
2 changes: 1 addition & 1 deletion crossbeam-queue/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ alloc = []
nightly = ["crossbeam-utils/nightly"]

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

[dependencies.crossbeam-utils]
version = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-skiplist/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ alloc = ["crossbeam-epoch/alloc"]
nightly = ["crossbeam-epoch/nightly", "crossbeam-utils/nightly"]

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

[dependencies.crossbeam-epoch]
version = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-utils/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ std = ["lazy_static"]
nightly = []

[dependencies]
cfg-if = "0.1.10"
cfg-if = "1"
const_fn = "0.4"
lazy_static = { version = "1.4.0", optional = true }

Expand Down

0 comments on commit edc6ddd

Please sign in to comment.