Skip to content

Commit 1e27873

Browse files
author
Stjepan Glavina
committed
Bump crossbeam-channel to 0.3.3
1 parent f974592 commit 1e27873

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ num_cpus = "1.8.0"
3131
parking_lot = "0.7"
3232

3333
[dependencies.crossbeam-channel]
34-
version = "0.3.2"
34+
version = "0.3.3"
3535
path = "./crossbeam-channel"
3636

3737
[dependencies.crossbeam-deque]
@@ -43,7 +43,7 @@ version = "0.6.1"
4343
path = "./crossbeam-epoch"
4444

4545
[dependencies.crossbeam-utils]
46-
version = "0.6.1"
46+
version = "0.6.2"
4747
path = "./crossbeam-utils"
4848

4949
[dev-dependencies]

crossbeam-channel/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 0.3.3
2+
3+
- Relax the lifetime in `SelectedOperation<'_>`.
4+
- Add `Select::try_ready()`, `Select::ready()`, and `Select::ready_timeout()`.
5+
- Update licensing notices.
6+
- Improve documentation.
7+
- Add methods `is_disconnected()`, `is_timeout()`, `is_empty()`, and `is_full()` on error types.
8+
19
# Version 0.3.2
210

311
- More elaborate licensing notices.

crossbeam-channel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "crossbeam-channel"
44
# - Update CHANGELOG.md
55
# - Update README.md
66
# - Create "crossbeam-channel-X.Y.Z" git tag
7-
version = "0.3.2"
7+
version = "0.3.3"
88
authors = ["The Crossbeam Project Developers"]
99
license = "MIT/Apache-2.0"
1010
readme = "README.md"

0 commit comments

Comments
 (0)