We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b595d commit 6728fbeCopy full SHA for 6728fbe
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+# 0.6.2 (April 3, 2024)
2
+
3
+### Added
4
5
+- Enable tokio io driver ([#171])
6
7
+### Fixed
8
9
+- Make sim_elapsed function safe to call outside of simulation ([#170])
10
11
+[#170]: https://github.com/tokio-rs/turmoil/pull/170
12
+[#171]: https://github.com/tokio-rs/turmoil/pull/171
13
14
# 0.6.1 (January 10, 2024)
15
16
### Added
Cargo.toml
@@ -5,7 +5,7 @@ name = "turmoil"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
-version = "0.6.1"
+version = "0.6.2"
edition = "2021"
license = "MIT"
authors = ["Tokio Contributors <[email protected]>"]
0 commit comments