File tree 8 files changed +23
-4
lines changed
8 files changed +23
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Version 0.5.7
2
+
3
+ - Improve handling of very large timeout. (#953 )
4
+
1
5
# Version 0.5.6
2
6
3
7
- Bump the minimum supported Rust version to 1.38. (#877 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-channel"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md
6
6
# - Create "crossbeam-channel-X.Y.Z" git tag
7
- version = " 0.5.6 "
7
+ version = " 0.5.7 "
8
8
edition = " 2018"
9
9
rust-version = " 1.38"
10
10
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change
1
+ # Version 0.8.3
2
+
3
+ - Add ` Stealer::{steal_batch_with_limit, steal_batch_with_limit_and_pop} ` methods. (#903 )
4
+ - Add ` Injector::{steal_batch_with_limit, steal_batch_with_limit_and_pop} ` methods. (#903 )
5
+
1
6
# Version 0.8.2
2
7
3
8
- Bump the minimum supported Rust version to 1.38. (#877 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-deque"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md
6
6
# - Create "crossbeam-deque-X.Y.Z" git tag
7
- version = " 0.8.2 "
7
+ version = " 0.8.3 "
8
8
edition = " 2018"
9
9
rust-version = " 1.38"
10
10
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change
1
+ # Version 0.9.14
2
+
3
+ - Update ` memoffset ` to 0.8. (#955 )
4
+
1
5
# Version 0.9.13
2
6
3
7
- Fix build script bug introduced in 0.9.12. (#932 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-epoch"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md
6
6
# - Create "crossbeam-epoch-X.Y.Z" git tag
7
- version = " 0.9.13 "
7
+ version = " 0.9.14 "
8
8
edition = " 2018"
9
9
rust-version = " 1.38"
10
10
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change
1
+ # Version 0.8.15
2
+
3
+ - Add ` #[clippy::has_significant_drop] ` to ` ShardedLock{Read,Write}Guard ` . (#958 )
4
+ - Improve handling of very large timeout. (#953 )
5
+ - Soft-deprecate ` thread::scope() ` in favor of the more efficient ` std::thread::scope ` that stabilized on Rust 1.63. (#954 )
6
+
1
7
# Version 0.8.14
2
8
3
9
- Fix build script bug introduced in 0.8.13. (#932 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-utils"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md
6
6
# - Create "crossbeam-utils-X.Y.Z" git tag
7
- version = " 0.8.14 "
7
+ version = " 0.8.15 "
8
8
edition = " 2018"
9
9
rust-version = " 1.38"
10
10
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments