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 ef52442 commit a7033eeCopy full SHA for a7033ee
CHANGELOG.md
@@ -1,3 +1,22 @@
1
+# 0.7.2
2
+
3
+This release bumps the MSRV to 1.65. (#332)
4
5
+### Added
6
7
+ - Add `Cell::into_inner` (#341)
8
9
+### Changed
10
11
+ - Update generator to 0.8.1 (#338)
12
13
+### Fixed
14
15
+ - Disable default features of tracing (#343)
16
+ - Fix typo (#344)
17
+ - Use `core::` instead of `std::` in `lazy_static!` macro (#340)
18
+ - Allow Mutex to work with `?Sized` types (#339)
19
20
# 0.7.1 (October 2, 2023)
21
22
### Added
Cargo.toml
@@ -6,7 +6,7 @@ name = "loom"
# - src/lib.rs
# - Update CHANGELOG.md
# - Create git tag
-version = "0.7.1"
+version = "0.7.2"
edition = "2018"
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
0 commit comments