File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.6.0 (June 17, 2023)
2+
3+ ### Changed
4+
5+ - Increase max threads to 5 (#314 )
6+
7+ ### Added
8+
9+ - Support setting model thread stack size (#311 )
10+
11+ ### Fixed
12+
13+ - Fix corner case in ` RwLock ` (#300 ).
14+
115# 0.5.6 (May 19, 2022)
216
317### Added
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "loom"
55# - README.md
66# - Update CHANGELOG.md
77# - Create git tag
8- version = " 0.5.6 "
8+ version = " 0.6.0 "
99edition = " 2018"
1010license = " MIT"
1111authors = [
" Carl Lerche <[email protected] >" ]
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ your `Cargo.toml`.
2222
2323``` toml
2424[target .'cfg(loom)' .dependencies ]
25- loom = " 0.5 "
25+ loom = " 0.6 "
2626```
2727
2828Next, create a test file and add a test:
You can’t perform that action at this time.
0 commit comments