Skip to content

Commit

Permalink
Update scopeguard to 1, rand to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 24, 2020
1 parent 9d57966 commit 7655895
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ path = "./crossbeam-utils"
default-features = false

[dev-dependencies]
rand = "0.6"
rand = "0.7"

[workspace]
members = [
Expand Down
4 changes: 2 additions & 2 deletions crossbeam-channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ default-features = false
optional = true

[dev-dependencies]
num_cpus = "1.10.0"
rand = "0.6"
num_cpus = "1.10"
rand = "0.7"
signal-hook = "0.1.5"
2 changes: 1 addition & 1 deletion crossbeam-deque/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ default-features = false
optional = true

[dev-dependencies]
rand = "0.6"
rand = "0.7"
2 changes: 1 addition & 1 deletion crossbeam-epoch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ version = "1"
default-features = false

[dev-dependencies]
rand = "0.6"
rand = "0.7"
2 changes: 1 addition & 1 deletion crossbeam-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ path = "../crossbeam-utils"
default-features = false

[dev-dependencies]
rand = "0.6"
rand = "0.7"
4 changes: 2 additions & 2 deletions crossbeam-skiplist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ path = "../crossbeam-utils"
default-features = false

[dependencies.scopeguard]
version = "0.3.0"
version = "1"
default-features = false

[dev-dependencies]
rand = "0.6"
rand = "0.7"
2 changes: 1 addition & 1 deletion crossbeam-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ lazy_static = { version = "1.1.0", optional = true }
autocfg = "1"

[dev-dependencies]
rand = "0.6"
rand = "0.7"

0 comments on commit 7655895

Please sign in to comment.