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 f76e430 commit d0eedc9Copy full SHA for d0eedc9
CHANGELOG.md
@@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
45
### Changed
46
47
- Changed `stable_deref_trait` to a platform-dependent dependency.
48
+- `Vec::capacity` is no longer a `const` function.
49
50
### Fixed
51
@@ -55,6 +56,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
55
56
- Fixed `MpMcQueue` with `mpmc_large` feature.
57
- Fix missing `Drop` for `MpMcQueue`
58
59
+### Removed
60
+
61
+- `Vec::storage_capacity` has been removed and `Vec::capacity` must be used instead.
62
63
## [v0.8.0] - 2023-11-07
64
65
### Added
0 commit comments