From 78043c7b11f7c576d5f587d4eae0798886df670d Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Mon, 17 Feb 2020 10:07:27 -0500 Subject: [PATCH] Bump crossbeam to 0.7.4 This just bumps the `rand` `dev-dependency` to `0.7`. None of the underlying crates had breaking changes, and this crate has no changes, so a patch release is fine. --- CHANGELOG.md | 4 ++++ Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a970390e..529c1b83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.7.4 + +- Bump `rand` dev-dependency to version 0.7. + # Version 0.7.3 - Fix breakage with nightly feature due to rust-lang/rust#65214. diff --git a/Cargo.toml b/Cargo.toml index 3b7d15807..be72d6f15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "crossbeam" # - Update CHANGELOG.md # - Update README.md # - Create "crossbeam-X.Y.Z" git tag -version = "0.7.3" +version = "0.7.4" authors = ["The Crossbeam Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" @@ -60,7 +60,7 @@ path = "./crossbeam-utils" default-features = false [dev-dependencies] -rand = "0.6" +rand = "0.7" [workspace] members = [