We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465f841 commit 11d6894Copy full SHA for 11d6894
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.6.1 (July 21, 2023)
2
+
3
+### Fixed
4
5
+- Avoid cancelling generators as it is not a thread-safe operation (#318)
6
7
# 0.6.0 (June 17, 2023)
8
9
### Changed
Cargo.toml
@@ -5,7 +5,7 @@ name = "loom"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
-version = "0.6.0"
+version = "0.6.1"
edition = "2018"
10
license = "MIT"
11
authors = ["Carl Lerche <[email protected]>"]
0 commit comments