Skip to content

Commit

Permalink
Update crossbeam-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Jan 29, 2019
1 parent 2ca382b commit 3953368
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crossbeam-channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ categories = ["algorithms", "concurrency", "data-structures"]
smallvec = "0.6.2"

[dependencies.crossbeam-utils]
version = "0.6.4"
version = "0.6.5"
path = "../crossbeam-utils"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-deque/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ version = "0.7"
path = "../crossbeam-epoch"

[dependencies.crossbeam-utils]
version = "0.6.4"
version = "0.6.5"
path = "../crossbeam-utils"

[dev-dependencies]
Expand Down
6 changes: 5 additions & 1 deletion crossbeam-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Version 0.1.2

- Update `crossbeam-utils` to `0.6.5`.

# Version 0.1.1

- Bump the minimum required version of `crossbeam-utils`.
- Update `crossbeam-utils` to `0.6.4`.

# Version 0.1.0

Expand Down
4 changes: 2 additions & 2 deletions crossbeam-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "crossbeam-queue"
# - Update CHANGELOG.md
# - Update README.md
# - Create "crossbeam-queue-X.Y.Z" git tag
version = "0.1.1"
version = "0.1.2"
authors = ["The Crossbeam Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ keywords = ["queue", "mpmc", "lock-free", "producer", "consumer"]
categories = ["concurrency", "data-structures"]

[dependencies.crossbeam-utils]
version = "0.6.4"
version = "0.6.5"
path = "../crossbeam-utils"

[dev-dependencies]
Expand Down

0 comments on commit 3953368

Please sign in to comment.