File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.3.0 (August 29, 2022)
2+
3+ Note that clients using async primitives provided by Shuttle (task ` spawn ` , ` block_on ` , ` yield_now ` ) will
4+ need to be updated due to the renaming of the ` asynch ` module to ` future ` in this release.
5+
6+ * Rust 2021 conversion and dependency bumps (#76 )
7+ * Implement ` thread::park ` and ` thread::unpark ` (#77 )
8+ * Implement ` std::hint ` (#78 )
9+ * Rename the ` asynch ` module to ` future ` (#79 )
10+
111# 0.2.0 (July 7, 2022)
212
313Note that failing test schedules created by versions of Shuttle before 0.2.0 will not successfully
@@ -58,4 +68,4 @@ scheduling decisions.
5868
5969# 0.0.1 (March 2, 2021)
6070
61- * Initial release
71+ * Initial release
Original file line number Diff line number Diff line change 11[package ]
22name = " shuttle"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44edition = " 2021"
55license = " Apache-2.0"
66description = " A library for testing concurrent Rust code"
You can’t perform that action at this time.
0 commit comments